about summary refs log tree commit diff
path: root/src/internal/dynlink.h
Commit message (Expand)AuthorAgeFilesLines
* have ldso track replacement of aligned_allocRich Felker2020-06-101-0/+1
* reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker2020-06-101-0/+1
* move declaration of interfaces between malloc and ldso to dynlink.hRich Felker2020-06-021-0/+3
* move stage3_func typedef out of shared internal dynlink.h headerRich Felker2019-12-311-1/+0
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-111-0/+1
* do not use _Noreturn for a function pointer in dynamic linkerMatthew Maurer2019-06-211-1/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-121-0/+10
* generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker2016-03-061-0/+2
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-0/+4
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+4
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+4
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-221-3/+14
* add fdpic structs and reloc types for dynamic linkingRich Felker2015-09-171-0/+16
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-251-1/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-131-0/+57