ladybird/Userland/Libraries/LibELF
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
Arch LibELF+readelf: Add support for RISC-V dynamic relocation types 2024-02-24 16:05:50 -07:00
AuxiliaryVector.h
CMakeLists.txt
Core.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DynamicLinker.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DynamicLinker.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DynamicLoader.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DynamicLoader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DynamicObject.cpp LibELF: Prevent negative index when determining dynamic symbol count 2024-03-14 18:19:04 -06:00
DynamicObject.h LibELF: Refactor how arch-specific dynamic relocation types are handled 2024-02-24 16:05:50 -07:00
ELFABI.h LibELF+readelf: Add support for RISC-V dynamic relocation types 2024-02-24 16:05:50 -07:00
ELFBuild.cpp LibELF: Add builders to help with creating ELF images 2023-12-07 15:34:38 -07:00
ELFBuild.h LibELF: Add builders to help with creating ELF images 2023-12-07 15:34:38 -07:00
Hashes.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Image.cpp LibELF: Ignore mapping symbols when symbolicating RISC-V ELFs 2024-02-25 17:33:39 -07:00
Image.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Relocation.cpp LibELF: Refactor how arch-specific dynamic relocation types are handled 2024-02-24 16:05:50 -07:00
Relocation.h
Validation.cpp LibELF: Ignore RISC-V attribute section program header 2024-01-12 16:11:16 -07:00
Validation.h Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00