about summary refs log tree commit diff
path: root/src/ldso
Commit message (Expand)AuthorAgeFilesLines
* add m68k portRich Felker2018-06-191-0/+12
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-3/+2
* fix dl_iterate_phdr in static PIE binariesRich Felker2017-04-111-0/+5
* in static dl_iterate_phdr, fix use of possibly-uninitialized aux dataRich Felker2017-03-141-1/+1
* s390x: implement dlsymBobby Bingham2017-02-151-0/+6
* add powerpc64 portBobby Bingham2016-05-081-0/+12
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+17
* add mips64 portRich Felker2016-03-061-0/+17
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-253-2087/+0
* adapt static dl_iterate_phdr not to depend on !defined(SHARED)Rich Felker2016-01-251-4/+3
* move static-linked stub dlsym out of dynlink.cRich Felker2016-01-252-11/+15
* move static-linked stub dlopen out of dynlink.cRich Felker2016-01-252-5/+13
* move dlinfo out of dynlink.cRich Felker2016-01-252-16/+12
* move dlclose out of dynlink.c to its own source fileRich Felker2016-01-252-5/+9
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-252-9/+20
* move static/stub version of dladdr out of dynlink.cRich Felker2016-01-252-9/+6
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-252-32/+55
* add arch/abi info to dynamic linker's id/version outputRich Felker2016-01-221-1/+1
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-221-0/+42
* 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
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* 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-222-11/+188
* factor symbol counting out of dladdr as its own functionRich Felker2015-09-211-19/+20
* simplify dlstart code by using integer type for base addressRich Felker2015-09-211-8/+7
* 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
* remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker2015-09-171-14/+8
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-171-0/+6
* 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