freebsd-dev/libexec/rtld-elf
John Polstra cefbc49679 Handle dlsym(NULL, ...) properly, by searching in the caller's
shared object.  Note, this searches _only_ that object, and not its
needed objects, in accordance with the documentation.

Also fix dlopen(NULL, ...) so that the executable's needed objects
are searched as well as the executable itself.
1998-09-02 01:09:34 +00:00
..
amd64 Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
i386 Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
debug.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
debug.h Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
Makefile Add "-C" to INSTALLFLAGS to install atomically. An elf->elf 1998-08-17 04:59:15 +00:00
malloc.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
map_object.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
rtld.1 spelling corrections. 1997-09-13 16:01:53 +00:00
rtld.c Handle dlsym(NULL, ...) properly, by searching in the caller's 1998-09-02 01:09:34 +00:00
rtld.h Update this header to use the revamped elf headers which select Elf32 1998-08-21 03:29:40 +00:00
xmalloc.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00