musl/src/ldso
Timo Teräs 2b74315d8a remove lazy ssp initialization
now that thread pointer is initialized always, ssp canary
initialization can be done unconditionally. this simplifies
the ldso as it does not try to detect ssp usage, and the
init function itself as it is always called exactly once.
this also merges ssp init path for shared and static linking.
2014-03-25 19:12:45 -04:00
..
arm add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
i386 add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
microblaze fix dynamic linker entry point for microblaze 2013-12-14 19:51:48 -05:00
mips fix dlsym asm for mips 2012-11-08 14:31:49 -05:00
powerpc arg-skipping code for powerpc dynamic linker 2012-11-17 17:25:17 -05:00
sh rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
x32 x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
x86_64 add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
dl_iterate_phdr.c add dl_iterate_phdr interface 2012-10-31 21:27:48 -04:00
dladdr.c const-qualify the address argument to dladdr 2014-01-06 22:03:38 -05:00
dlinfo.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
dlsym.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
dynlink.c remove lazy ssp initialization 2014-03-25 19:12:45 -04:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00