index
:
dynld
main
dynamic linker studies
johannst
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
04_dynld_nostd
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename ExecInfo -> SystemVDescriptor
johannst
2021-04-30
1
-24
/
+25
|
*
04: added first half of README + highlevel outline for dynld.so
johannst
2021-04-29
1
-0
/
+171
|
*
03/04: replace shlib undef linker flag
johannst
2021-04-28
1
-6
/
+6
|
*
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
|
*
libgreet/main: updated comments
johannst
2021-04-26
2
-5
/
+10
|
*
Makefile: update comments
johannst
2021-04-26
1
-11
/
+19
|
*
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
2
-13
/
+75
|
*
main: remove exit syscall
johannst
2021-04-25
1
-2
/
+0
|
*
own make target for libgreet.so
johannst
2021-04-21
1
-9
/
+10
|
*
add support to resolve all relocations in PLT & RELA tables; add global ↵
johannst
2021-04-21
4
-36
/
+95
|
|
|
|
variable as example to libgreet.so
*
04: able to map dependency & resolve reolcs and execture main program ↵
johannst
2021-04-17
5
-0
/
+578
(initial commit)