about summary refs log tree commit diff stats
path: root/src/elfs/elfloader32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [NON4K][ELFLOADER] more Elfloader work for non-4k pagesize OS ([BOX32] too)ptitSeb2024-09-231-7/+13
* [NON4K] Fixed some typos ([BOX32] too)ptitSeb2024-09-231-1/+1
* [BOX32][NON4K] Try to fix elfloader when elf wants to load at an address not-...ptitSeb2024-09-231-0/+5
* [BOX32][ELFLOADER] Fixed PROTECTED symbol that were not loaded correctlyptitSeb2024-09-211-0/+4
* [BOX32] Partial handling of wrapped dl_iterate_phdrptitSeb2024-09-161-0/+35
* [BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb2024-09-141-13/+20
* [TRACE] Improved trace on symbol nameptitSeb2024-08-291-0/+9
* [BOX32] Fixed some error log in elfloader32ptitSeb2024-08-281-3/+3
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+264
* [BOX32] Added 32bits elf reloc type rel handlingptitSeb2024-08-171-0/+377
* [BOX32] Added 32bits elf alloc and loadptitSeb2024-08-171-0/+249