aboutsummaryrefslogtreecommitdiff
path: root/04_dynld_nostd
Commit message (Collapse)AuthorAgeFilesLines
* add check for PT_TLS phdrjohannst2021-04-261-0/+4
|
* dynld: mark internal functions staticjohannst2021-04-261-24/+17
|
* dynld: add fold marker as code grewjohannst2021-04-261-39/+23
|
* libgreet/main: updated commentsjohannst2021-04-262-5/+10
|
* Makefile: update commentsjohannst2021-04-261-11/+19
|
* setup routine for got + brush up some commentsjohannst2021-04-261-24/+61
|
* added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/finijohannst2021-04-252-13/+75
|
* main: remove exit syscalljohannst2021-04-251-2/+0
|
* own make target for libgreet.sojohannst2021-04-211-9/+10
|
* add support to resolve all relocations in PLT & RELA tables; add global ↵johannst2021-04-214-36/+95
| | | | variable as example to libgreet.so
* 04: able to map dependency & resolve reolcs and execture main program ↵johannst2021-04-175-0/+578
(initial commit)