summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorLines
2016-01-25move dynamic linker to its own top-level directory, ldsoRich Felker-2087/+0
2016-01-25adapt static dl_iterate_phdr not to depend on !defined(SHARED)Rich Felker-4/+3
2016-01-25move static-linked stub dlsym out of dynlink.cRich Felker-11/+15
2016-01-25move static-linked stub dlopen out of dynlink.cRich Felker-5/+13
2016-01-25move dlinfo out of dynlink.cRich Felker-16/+12
2016-01-25move dlclose out of dynlink.c to its own source fileRich Felker-5/+9
2016-01-25move static-linked stub invalid dso handle checking out of dynlink.cRich Felker-9/+20
2016-01-25move static/stub version of dladdr out of dynlink.cRich Felker-9/+6
2016-01-25factor dlerror and error-setting code out of dynlink.cRich Felker-32/+55
2016-01-22add arch/abi info to dynamic linker's id/version outputRich Felker-1/+1
2016-01-22move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker-0/+42
2015-11-28ldso: fix the dtv update logic in __tls_get_newSzabolcs Nagy-1/+1
2015-11-19remove undef weak refs to init/fini array symbols in libc.soRich Felker-0/+9
2015-11-15use private maps even for read-only segments of FDPIC librariesRich Felker-1/+1
2015-11-12remove use of SHARED macro in dynamic linker version reportingRich Felker-0/+1
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker-86/+54
2015-11-11unify static and dynamic libc init/fini code pathsRich Felker-3/+1
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker-4/+15
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-10-28fix missing bss handling in FDPIC ELF loaderRich Felker-0/+13
2015-10-15fix dladdr treatment of function descriptors for fdpicRich Felker-9/+22
2015-10-15fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker-0/+1
2015-09-22fix dlsym RTLD_NEXT behavior for fdpicRich Felker-4/+28
2015-09-22fix dlsym lookup of function symbols on fdpicRich Felker-0/+6
2015-09-22move calls to application init functions after crt1 entry pointRich Felker-1/+5
2015-09-22fix breakage in non-fdpic dynamic linker init/fini processingRich Felker-1/+1
2015-09-22fix resolving interp string address on fdpic ldd commandRich Felker-2/+1
2015-09-22add real fdpic loading of shared librariesRich Felker-9/+54
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-11/+188
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker-19/+20
2015-09-21simplify dlstart code by using integer type for base addressRich Felker-8/+7
2015-09-17refactor some more dynamic linker load address computationsRich Felker-7/+7
2015-09-17remove some useless casts in dynamic linkerRich Felker-2/+2
2015-09-17further refactoring of dynamic linker load address computationsRich Felker-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker-19/+22
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker-14/+8
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+6
2015-06-28dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov-13/+11
2015-06-28dynlink.c: slim down gnu_lookupAlexander Monakov-9/+5
2015-06-28dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov-3/+22
2015-06-27dynlink.c: use a faster expression in gnu_hashAlexander Monakov-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-3/+3
2015-06-23make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker-2/+24
2015-06-17ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker-2/+4
2015-06-07fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker-17/+14
2015-06-04fix dynamic linker regression processing R_*_NONE type relocationsRich Felker-0/+1
2015-05-25reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker-11/+43
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-11/+8
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker-24/+16
2015-05-25remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker-1/+0