freebsd-dev/libexec/rtld-elf
Peter Wemm 9783a12b34 Initial pass at supporting shared libraries on amd64. There are still
a few missing relocation types in amd64/reloc.c, but I have not found
any of them in use yet. :-)

Approved by:  re (amd64/* blanket)
2003-05-24 17:37:51 +00:00
..
alpha No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
amd64 Initial pass at supporting shared libraries on amd64. There are still 2003-05-24 17:37:51 +00:00
i386 No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
ia64 Fix for ia64/48024 - ensure function pointer equality across elf 2003-03-19 21:38:27 +00:00
powerpc No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
sparc64 No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
debug.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
debug.h Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The 2001-07-26 11:02:39 +00:00
libmap.c - Use xmalloc() and xstrdup() instead of malloc() and strdup(). 2003-05-19 07:10:12 +00:00
libmap.h Dynamic object dependency mapping: libmap. 2003-04-07 16:21:26 +00:00
Makefile Dynamic object dependency mapping: libmap. 2003-04-07 16:21:26 +00:00
malloc.c Fix signed/unsigned comparison warnings. 2003-05-04 00:56:00 +00:00
map_object.c Fix signed/unsigned comparison warnings. 2003-05-04 00:56:00 +00:00
rtld.1 Since libmap.conf is referenced in rtld.1, include it in the references 2003-05-17 19:46:49 +00:00
rtld.c Rethink the way we count module references. Simply following 2003-05-08 01:31:36 +00:00
rtld.h Implement dlinfo() function. 2003-02-13 17:47:44 +00:00
xmalloc.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00