about summary refs log tree commit diff
path: root/arch/x86_64/reloc.h
Commit message (Expand)AuthorAgeFilesLines
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-171-0/+5
* dynamic linker bootstrap overhaulRich Felker2015-04-131-30/+13
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-29/+12
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* make the dynamic linker find its path file relative to its own locationRich Felker2013-07-181-1/+1
* fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker2012-10-051-3/+3
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-041-1/+16
* fix some symbol resolution issues in dynamic linkerRich Felker2011-06-251-0/+1
* proper path searching for dynamic linkerRich Felker2011-06-251-0/+2
* experimental dynamic linker!Rich Felker2011-06-181-0/+28