about summary refs log tree commit diff stats
path: root/src/include/library.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-4/+0
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-1/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-2/+4
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-3/+3
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-6/+8
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-0/+4
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-1/+1
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-3/+4
* Changed missed unwanted "box86"rajdakin2021-04-091-2/+2
* Improved shutdown sequenceptitSeb2021-03-251-1/+1
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+36