serenity/Userland/Libraries/LibELF
Tim Schumacher 6382b174dc LibELF: Drop the "resolve and map" all-in-one
Both users of this function now have to do their resolving separately
before anyways, so let's just drop the resolving part inside the
function and require absolute paths to be fed in instead.
2022-10-31 19:23:02 +00:00
..
Arch
AuxiliaryVector.h
CMakeLists.txt
Core.h
DynamicLinker.cpp LibELF: Drop the "resolve and map" all-in-one 2022-10-31 19:23:02 +00:00
DynamicLinker.h LibELF: Ensure that DynamicLoader only receives absolute paths 2022-10-31 19:23:02 +00:00
DynamicLoader.cpp LibELF: Drop the separate file name member from DynamicLoader 2022-10-31 19:23:02 +00:00
DynamicLoader.h LibELF: Drop the separate file name member from DynamicLoader 2022-10-31 19:23:02 +00:00
DynamicObject.cpp
DynamicObject.h
Hashes.h
Image.cpp
Image.h
Relocation.cpp
Relocation.h
Validation.cpp
Validation.h