freebsd-dev/libexec/rtld-elf/aarch64
Andrew Turner a97120d61e Add support for thread local storage on arm64 to the runtime linker. The
ABI specifies that, for R_AARCH64_TLSDESC relocations, we use the symbol
value, addend, and object tls offset to calculate the offset from the tls
base. We then cache this value for future reference.

Differential Revision:	https://reviews.freebsd.org/D2183
Reviewed by:	kib
Sponsored by:	The FreeBSD Foundation
2015-04-03 09:35:52 +00:00
..
reloc.c Add support for thread local storage on arm64 to the runtime linker. The 2015-04-03 09:35:52 +00:00
rtld_machdep.h
rtld_start.S Add support for thread local storage on arm64 to the runtime linker. The 2015-04-03 09:35:52 +00:00