ladybird/Userland/Libraries/LibELF
Lenny Maiorani 271d82e23f Libraries: Use default constructors/destructors in LibELF
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08:00
..
Arch LibELF: Store SSE registers in x86_64 PLT Trampoline 2021-10-31 00:21:31 +02:00
AuxiliaryVector.h Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
CMakeLists.txt LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
Core.h LibELF: Exclude MemoryRegionInfo::object_name() from the Kernel 2022-02-16 22:21:37 +01:00
DynamicLinker.cpp DynamicLinker: Replace $ORIGIN with the executable path 2022-03-08 23:21:35 +01:00
DynamicLinker.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DynamicLoader.cpp LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
DynamicLoader.h DynamicLoader: Make the cached DynamicObject publicly accessible 2022-03-08 23:21:35 +01:00
DynamicObject.cpp LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
DynamicObject.h Libraries: Use default constructors/destructors in LibELF 2022-03-10 18:04:26 -08:00
Hashes.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Image.cpp Libraries: Use default constructors/destructors in LibELF 2022-03-10 18:04:26 -08:00
Image.h Libraries: Use default constructors/destructors in LibELF 2022-03-10 18:04:26 -08:00
Relocation.cpp LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
Relocation.h Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
Validation.cpp Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
Validation.h Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00