ladybird/Userland/Libraries/LibELF
Idan Horowitz 1616460312 LibELF: Exclude MemoryRegionInfo::object_name() from the Kernel
This API is only used by userland, and it uses infallible Strings, so
let's just ifdef it out of the Kernel.
2022-02-16 22:21:37 +01:00
..
Arch LibELF: Store SSE registers in x86_64 PLT Trampoline 2021-10-31 00:21:31 +02:00
AuxiliaryVector.h LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h 2021-10-28 11:24:36 +02: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 Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +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 LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
DynamicObject.cpp LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
DynamicObject.h LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
Hashes.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Image.cpp LibELF: Use StringBuilder::string_view() to avoid String allocation 2022-02-16 22:21:37 +01:00
Image.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Relocation.cpp LibELF: Implement support for DT_RELR relative relocations 2022-02-11 18:07:53 +01:00
Relocation.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
Validation.cpp LibELF: Accept Span instead of Pointer+Size in validate_program_headers 2022-01-13 22:40:25 +01:00
Validation.h LibELF: Accept Span instead of Pointer+Size in validate_program_headers 2022-01-13 22:40:25 +01:00