281 Commits (92c52644e04ac754b1b282a9d33d033e04e1399e)

Author SHA1 Message Date
Rich Felker f81e44a0d9 add m68k port 8 years ago
Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
Rich Felker b3751c3282 fix dl_iterate_phdr in static PIE binaries 9 years ago
Rich Felker 500f5bee6c in static dl_iterate_phdr, fix use of possibly-uninitialized aux data 9 years ago
Bobby Bingham 9201c3afce s390x: implement dlsym 9 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Rich Felker 5552ce5200 move dynamic linker to its own top-level directory, ldso 10 years ago
Rich Felker 16f70388d4 adapt static dl_iterate_phdr not to depend on !defined(SHARED) 10 years ago
Rich Felker 4058795d49 move static-linked stub dlsym out of dynlink.c 10 years ago
Rich Felker 14469371cd move static-linked stub dlopen out of dynlink.c 10 years ago
Rich Felker b98414732d move dlinfo out of dynlink.c 10 years ago
Rich Felker da1fe7f500 move dlclose out of dynlink.c to its own source file 10 years ago
Rich Felker 891e6547b4 move static-linked stub invalid dso handle checking out of dynlink.c 10 years ago
Rich Felker 4f8f038060 move static/stub version of dladdr out of dynlink.c 10 years ago
Rich Felker a4fbc82c8e factor dlerror and error-setting code out of dynlink.c 10 years ago
Rich Felker 0f5eb3de29 add arch/abi info to dynamic linker's id/version output 10 years ago
Rich Felker e617b9eea9 move arm-specific translation units out of arch/arm/src, to src/*/arm 10 years ago
Szabolcs Nagy 12978acb30 ldso: fix the dtv update logic in __tls_get_new 11 years ago
Rich Felker 19caa25d0a remove undef weak refs to init/fini array symbols in libc.so 11 years ago
Rich Felker 5fe38516f7 use private maps even for read-only segments of FDPIC libraries 11 years ago
Rich Felker 9e0a317d8c remove use of SHARED macro in dynamic linker version reporting 11 years ago
Rich Felker d56460c939 unify static and dynamic linked implementations of thread-local storage 11 years ago
Rich Felker ad1cd43a86 unify static and dynamic libc init/fini code paths 11 years ago
Rich Felker 9439ebd766 fix dynamic loader library mapping for nommu systems 11 years ago
Rich Felker 4e73d12117 explicitly assemble all arm asm sources as UAL 11 years ago
Rich Felker fead7e3fc0 fix missing bss handling in FDPIC ELF loader 11 years ago
Rich Felker bde0b4b92e fix dladdr treatment of function descriptors for fdpic 11 years ago
Rich Felker bc9b6ea0df fix visibility mismatch in dynamic linker stage 2 function definition 11 years ago
Rich Felker 6c5cad2aa5 fix dlsym RTLD_NEXT behavior for fdpic 11 years ago
Rich Felker d47d9a50f2 fix dlsym lookup of function symbols on fdpic 11 years ago
Rich Felker c87a521033 move calls to application init functions after crt1 entry point 11 years ago
Rich Felker 78f430295c fix breakage in non-fdpic dynamic linker init/fini processing 11 years ago
Rich Felker 30fdc06bba fix resolving interp string address on fdpic ldd command 11 years ago
Rich Felker eaf7ab6e24 add real fdpic loading of shared libraries 11 years ago
Rich Felker 7a9669e977 add general fdpic support in dynamic linker and arch support for sh 11 years ago
Rich Felker 3958144ede factor symbol counting out of dladdr as its own function 11 years ago
Rich Felker d874064579 simplify dlstart code by using integer type for base address 11 years ago
Rich Felker 2a54733820 refactor some more dynamic linker load address computations 11 years ago
Rich Felker e6076c99dd remove some useless casts in dynamic linker 11 years ago
Rich Felker a735f53e6a further refactoring of dynamic linker load address computations 11 years ago
Rich Felker 301335a80b begin refactoring load address computations in dynamic linker 11 years ago
Rich Felker 6fc30c2493 remove old dlstart stage-2 symbolic lookup code; add new generic 11 years ago
Rich Felker 2907afb8db introduce new symbol-lookup-free rcrt1/dlstart stage chaining 11 years ago
Alexander Monakov 8f08a58c63 dynlink.c: pass gnu-hash table pointer to gnu_lookup 11 years ago
Alexander Monakov 5b4286e12c dynlink.c: slim down gnu_lookup 11 years ago
Alexander Monakov 84389c6456 dynlink.c: use bloom filter in gnu hash lookup 11 years ago
Alexander Monakov 66d45787c8 dynlink.c: use a faster expression in gnu_hash 11 years ago
Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 11 years ago