ladybird/Userland/Libraries/LibELF
Gunnar Beutner f40ee1b03f LibC+LibELF: Implement more fully-features dlfcn functionality
This implements more of the dlfcn functionality. Most notably:

* It's now possible to dlopen() libraries which were already
  loaded at program startup time. This does not cause those
  libraries to be loaded twice.
* Errors are reported via dlerror() rather than by crashing
  the program.
* Calls to the dl*() functions are thread-safe.
2021-04-25 10:14:50 +02:00
..
Arch/i386 LibC: Remove text relocation 2021-02-19 09:04:05 +01:00
AuxiliaryVector.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
CoreDump.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DynamicLinker.cpp LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
DynamicLinker.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DynamicLoader.cpp LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
DynamicLoader.h LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
DynamicObject.cpp LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
DynamicObject.h LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
Hashes.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Image.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Image.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Validation.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Validation.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00