summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/aarch64
Commit message (Expand)AuthorAgeFilesLines
* MFC r309411: Retire long-broken/unused static rtld supportemaste2017-01-031-1/+0
* MFC r308689:kib2016-11-232-1/+9
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andkib2016-01-201-2/+2
* Remove the compat code to handle the kernel passing us an unalingedandrew2016-01-131-7/+1
* Create a generalized exec hook that different architectures can hookimp2016-01-031-0/+2
* Fix how we place each objects thread local data. The code used was basedandrew2015-09-012-4/+4
* Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases.andrew2015-07-051-1/+2
* Save & restore the floating-pont argument registers before callingandrew2015-07-021-1/+11
* Also save x8. It may be passed into a function as the indirect resultandrew2015-06-231-1/+3
* Add a workaround to correctly align the stack before calling into C code.andrew2015-06-221-3/+7
* Use the correct value to get the offset of the objects tls data.andrew2015-04-151-2/+2
* Add support for thread local storage on arm64 to the runtime linker. Theandrew2015-04-032-6/+142
* Correct copyright typoemaste2015-03-311-1/+1
* Add the arm64 code to the runtime linker. It's not able to be built as weandrew2015-03-313-0/+513
OpenPOWER on IntegriCloud