summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/arm/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315331:kib2017-03-291-4/+3
* MFC r308689:kib2016-11-231-0/+5
* rtld-elf: use NULL instead of zero for pointers.pfg2016-04-191-1/+1
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andkib2016-01-201-2/+2
* Restore ABI variants now that ldconfig groks -soft. In addition, as aimp2016-01-181-5/+14
* Create a generalized exec hook that different architectures can hookimp2016-01-031-0/+35
* Use a macro to create the names for the library path names. This willimp2015-12-271-0/+1
* IFUNC symbol type shall be processed for non-PLT relocations,kib2014-08-291-0/+4
* Merging of projects/armv6, part 2gonzo2012-08-151-1/+14
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-11/+15
* Add thread-local storage support for ARM to rtld-elfgonzo2012-02-141-2/+77
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-20/+31
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-8/+5
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-1/+3
* Don't try to relocate the dynamic loader in reloc_non_plt(). It has alreadycognet2004-09-281-1/+4
* Add stubs for TLS.cognet2004-09-231-2/+11
* Import arm bits for rtld-elf.cognet2004-05-141-0/+341
OpenPOWER on IntegriCloud