NetBSD/libexec/ld.elf_so
fvdl c8ba6436ed If fstat info was passed, and from it it can be seen that the file size
is smaller than an ELF header, don't even bother to try to look at it.
Avoids coredumps with zero-sized files.
2003-02-06 12:38:17 +00:00
..
arch Fix bug where only 2/3 of the PLT was being synched with the icache. 2003-01-11 01:33:56 +00:00
Makefile
README
debug.c
debug.h
headers.c
ld.elf_so.1
load.c A bit speedup: in _rtld_load_object(), save the number of calls to 2002-12-05 04:56:56 +00:00
malloc.c
map_object.c If fstat info was passed, and from it it can be seen that the file size 2003-02-06 12:38:17 +00:00
paths.c Embedded whitespace in dirname is supported again. 2002-10-06 01:36:36 +00:00
reloc.c Remove comment which is not true any more. alpha and i386 support 2002-12-14 09:13:00 +00:00
rtld.c Gracefully exit when invoked directly. Use of assert() here caused a segfault. 2002-12-14 15:37:57 +00:00
rtld.h A bit speedup: in _rtld_load_object(), save the number of calls to 2002-12-05 04:56:56 +00:00
rtldenv.h
search.c In _rtld_load_library(), ensure that the old _rtld_error state (a message from 2002-11-14 21:07:46 +00:00
symbol.c
sysident.h
xmalloc.c
xprintf.c

README

$NetBSD: README,v 1.10 2002/09/13 04:05:00 mycroft Exp $

TO DO:

* Support for coexistance of 32-bit and 64-bit ELF on platforms that can
  do that.