summaryrefslogtreecommitdiff
path: root/arch/x86_64/reloc.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-17new dlstart stage-2 chaining for x86_64 and x32Rich Felker1-0/+5
2015-04-13dynamic linker bootstrap overhaulRich Felker1-30/+13
2014-06-19add tlsdesc support for x86_64Rich Felker1-0/+2
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker1-29/+12
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker1-1/+2
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker1-1/+1
2012-10-05fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker1-3/+3
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker1-1/+16
2011-06-25fix some symbol resolution issues in dynamic linkerRich Felker1-0/+1
2011-06-25proper path searching for dynamic linkerRich Felker1-0/+2
2011-06-18experimental dynamic linker!Rich Felker1-0/+28