about summary refs log tree commit diff stats
path: root/src/elfs/elfloader32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-0/+1
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-1/+0
* Added elf support to mmap trackingptitSeb2025-01-271-1/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-9/+9
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-1/+1
* [BOX32][ELFLOADER] Be less strick when a symbol for R_386_32 relocation is mi...ptitSeb2024-12-051-2/+3
* [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