musl/src/ldso
Rich Felker ad70ba774f fix RTLD_NEXT on x86_64
the return address was being truncated to 32 bits, preventing the
dlsym code from determining which module contains the calling code.
2011-09-03 16:10:30 -04:00
..
i386 RTLD_NEXT support 2011-08-16 00:42:13 -04:00
x86_64 fix RTLD_NEXT on x86_64 2011-09-03 16:10:30 -04:00
dlsym.c RTLD_NEXT support 2011-08-16 00:42:13 -04:00
dynlink.c ldso: move the suid/secure check code closer to env/auxv processing 2011-08-16 08:50:03 -04:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00