about summary refs log tree commit diff stats
path: root/src/librarian/symbols.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb2024-09-141-0/+1
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-52/+26
* [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocationsptitSeb2024-01-151-2/+2
* Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-031-0/+13
* fix some spelling mistakes (#640)josch2023-03-261-1/+1
* Removed defaultsymbol cache, it breaks some stuffsptitSeb2022-12-291-9/+2
* Added a small cache to GetDefaultVersion functionptitSeb2022-12-171-2/+10
* Cosmetic changeptitSeb2022-12-041-1/+1
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-29/+47
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-5/+5
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-13/+55
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-3/+3
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-0/+233