serenity/Userland/Libraries/LibELF
Sönke Holz b499279162 LibELF+Kernel: Don't define SERENITY_PAGE_SIZE in ELFABI.h
ELFABI.h gets included during the toolchain build, so we shouldn't
include AK headers from that file.
SERENITY_PAGE_SIZE also isn't really related to ELF ABI, so move it to
the serenity_limits.h header.
2024-12-03 20:57:24 +01:00
..
Arch
AuxiliaryVector.h
CMakeLists.txt
Core.h
DynamicLinker.cpp
DynamicLinker.h
DynamicLoader.cpp
DynamicLoader.h
DynamicObject.cpp
DynamicObject.h
ELFABI.h LibELF+Kernel: Don't define SERENITY_PAGE_SIZE in ELFABI.h 2024-12-03 20:57:24 +01:00
ELFBuild.cpp
ELFBuild.h
Hashes.h
Image.cpp LibELF: Introduce a SERENITY_PAGE_SIZE define for cross-compilation 2024-12-02 10:24:36 -05:00
Image.h LibELF: Add accessors for some header fields to ELF::Image 2024-11-11 09:06:40 -05:00
Relocation.cpp
Relocation.h
Validation.cpp LibELF: Introduce a SERENITY_PAGE_SIZE define for cross-compilation 2024-12-02 10:24:36 -05:00
Validation.h