index
:
dynld
main
dynamic linker studies
johannst
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
04_dynld_nostd
/
dynld.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
04: dynld update comment for R_X86_64_COPY reloc + minor fix
johannst
2021-05-16
1
-12
/
+14
|
*
04: dynld added comment for R_X86_64_COPY reloc
johannst
2021-05-16
1
-4
/
+47
|
*
04: dynld cleanup typo
johannst
2021-05-05
1
-1
/
+0
|
*
04: dynld, map initial SO region with MAP_NONE
johannst
2021-05-05
1
-1
/
+1
|
*
Rename ExecInfo -> SystemVDescriptor
johannst
2021-04-30
1
-24
/
+25
|
*
add check for PT_TLS phdr
johannst
2021-04-26
1
-0
/
+4
|
*
dynld: mark internal functions static
johannst
2021-04-26
1
-24
/
+17
|
*
dynld: add fold marker as code grew
johannst
2021-04-26
1
-39
/
+23
|
*
setup routine for got + brush up some comments
johannst
2021-04-26
1
-24
/
+61
|
*
added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/fini
johannst
2021-04-25
1
-13
/
+65
|
*
add support to resolve all relocations in PLT & RELA tables; add global ↵
johannst
2021-04-21
1
-29
/
+86
|
|
|
|
variable as example to libgreet.so
*
04: able to map dependency & resolve reolcs and execture main program ↵
johannst
2021-04-17
1
-0
/
+464
(initial commit)