aboutsummaryrefslogtreecommitdiff
path: root/04_dynld_nostd
Commit message (Collapse)AuthorAgeFilesLines
* 04: fix load through GOT explanationHEADmainJohannes Stoelp2023-02-111-5/+6
|
* disable stack protector for simplicity of these linker studiesJohannes Stoelp2023-01-061-1/+2
|
* 04: add remaining content to READMEjohannst2021-05-161-15/+490
|
* 04: dynld update comment for R_X86_64_COPY reloc + minor fixjohannst2021-05-161-12/+14
|
* 04: dynld added comment for R_X86_64_COPY relocjohannst2021-05-161-4/+47
|
* 04: dynld cleanup typojohannst2021-05-051-1/+0
|
* 04: dynld, map initial SO region with MAP_NONEjohannst2021-05-051-1/+1
|
* 04: README preparing dso of the user programjohannst2021-05-011-7/+154
|
* Rename ExecInfo -> SystemVDescriptorjohannst2021-04-301-24/+25
|
* 04: added first half of README + highlevel outline for dynld.sojohannst2021-04-291-0/+171
|
* 03/04: replace shlib undef linker flagjohannst2021-04-281-6/+6
|
* 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)