ladybird/Userland/Libraries/LibELF
Peter 24fdf99d8b LibELF: Store SSE registers in x86_64 PLT Trampoline
Save and restore XMM registers so userspace programs don't
randomly lose values from calls. This fixes a crash in ScummVM.
2021-10-31 00:21:31 +02: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
Core.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
DynamicLinker.cpp LibELF: Fix dynamic linking of dlopen()-ed libs 2021-10-06 12:33:21 +02:00
DynamicLinker.h
DynamicLoader.cpp LibELF: Name non-executable map regions ".rodata" instead of ".text" 2021-09-04 20:30:56 +02:00
DynamicLoader.h
DynamicObject.cpp LibELF: Indicate value of unimplemented dtag 2021-09-26 12:45:55 +02:00
DynamicObject.h LibELF+readelf: Remove duplicated dtag->string map 2021-09-26 12:45:55 +02:00
Hashes.h
Image.cpp LibELF: Rename the x86_64 machine type string to be less verbose 2021-10-21 01:14:09 +02:00
Image.h LibELF+Userland: Move a few functions to Elf::Image 2021-10-21 01:14:09 +02:00
Relocation.cpp
Relocation.h
Validation.cpp LibELF: Allow (but ignore) PT_LOAD headers with zero size 2021-08-31 16:46:16 +02:00
Validation.h