summaryrefslogtreecommitdiff
path: root/src/ldso/dynlink.c
AgeCommit message (Expand)AuthorLines
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-9/+125
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker-19/+20
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-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-1/+7
2015-05-18reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker-1/+1
2015-04-21remove always-true conditional in dynamic linker TLSDESC processingRich Felker-1/+1
2015-04-21remove redundant code in do_dlsym functionRich Felker-1/+1
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker-32/+61
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker-0/+1
2015-04-17ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker-2/+4
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker-0/+1
2015-04-14fix inconsistent visibility for internal __tls_get_new functionRich Felker-0/+1
2015-04-13remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker-5/+5
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-10/+2
2015-04-13move thread pointer setup to beginning of dynamic linker stage 3Rich Felker-8/+23
2015-04-13stabilize dynamic linker's layout of static TLSRich Felker-9/+6
2015-04-13dynamic linker bootstrap overhaulRich Felker-173/+174
2015-04-04fix rpath string memory leak on failed dlopenRich Felker-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker-8/+18
2015-04-01harden dynamic linker library path searchRich Felker-5/+16
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy-3/+3
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker-2/+8
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-11-23adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker-0/+2
2014-11-19save auxv pointer into libc struct early in dynamic linker startupRich Felker-0/+1
2014-08-08add dlerror message for static-linked dlsym failureRich Felker-0/+2
2014-08-08fix dlerror when using dlopen with a static libcClément Vasseur-0/+2
2014-07-11explicitly reject empty names in dynamic linker load_library functionRich Felker-0/+5