about summary refs log tree commit diff
path: root/src/ldso/dynlink.c
Commit message (Expand)AuthorAgeFilesLines
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-251-1933/+0
* move static-linked stub dlsym out of dynlink.cRich Felker2016-01-251-11/+2
* move static-linked stub dlopen out of dynlink.cRich Felker2016-01-251-5/+0
* move dlinfo out of dynlink.cRich Felker2016-01-251-14/+0
* move dlclose out of dynlink.c to its own source fileRich Felker2016-01-251-5/+0
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-251-9/+8
* move static/stub version of dladdr out of dynlink.cRich Felker2016-01-251-5/+1
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-251-32/+3
* add arch/abi info to dynamic linker's id/version outputRich Felker2016-01-221-1/+1
* ldso: fix the dtv update logic in __tls_get_newSzabolcs Nagy2015-11-281-1/+1
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-191-0/+9
* use private maps even for read-only segments of FDPIC librariesRich Felker2015-11-151-1/+1
* remove use of SHARED macro in dynamic linker version reportingRich Felker2015-11-121-0/+1
* unify static and dynamic linked implementations of thread-local storageRich Felker2015-11-121-86/+54
* unify static and dynamic libc init/fini code pathsRich Felker2015-11-111-3/+1
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-4/+15
* fix missing bss handling in FDPIC ELF loaderRich Felker2015-10-281-0/+13
* fix dladdr treatment of function descriptors for fdpicRich Felker2015-10-151-9/+22
* fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker2015-10-151-0/+1
* fix dlsym RTLD_NEXT behavior for fdpicRich Felker2015-09-221-4/+28
* fix dlsym lookup of function symbols on fdpicRich Felker2015-09-221-0/+6
* move calls to application init functions after crt1 entry pointRich Felker2015-09-221-1/+5
* fix breakage in non-fdpic dynamic linker init/fini processingRich Felker2015-09-221-1/+1
* fix resolving interp string address on fdpic ldd commandRich Felker2015-09-221-2/+1
* add real fdpic loading of shared librariesRich Felker2015-09-221-9/+54
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-221-9/+125
* factor symbol counting out of dladdr as its own functionRich Felker2015-09-211-19/+20
* refactor some more dynamic linker load address computationsRich Felker2015-09-171-7/+7
* remove some useless casts in dynamic linkerRich Felker2015-09-171-2/+2
* further refactoring of dynamic linker load address computationsRich Felker2015-09-171-2/+2
* begin refactoring load address computations in dynamic linkerRich Felker2015-09-171-19/+22
* dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov2015-06-281-13/+11
* dynlink.c: slim down gnu_lookupAlexander Monakov2015-06-281-9/+5
* dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov2015-06-281-3/+22
* dynlink.c: use a faster expression in gnu_hashAlexander Monakov2015-06-271-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-3/+3
* make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker2015-06-231-2/+24
* ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker2015-06-171-2/+4
* fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker2015-06-071-17/+14
* fix dynamic linker regression processing R_*_NONE type relocationsRich Felker2015-06-041-0/+1
* reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker2015-05-251-11/+43
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-251-1/+7
* reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker2015-05-181-1/+1
* remove always-true conditional in dynamic linker TLSDESC processingRich Felker2015-04-211-1/+1
* remove redundant code in do_dlsym functionRich Felker2015-04-211-1/+1
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-181-32/+61
* apply hidden visibility to tlsdesc accessor functionsRich Felker2015-04-171-0/+1
* ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker2015-04-171-2/+4
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-141-0/+1