freebsd-dev/libexec/rtld-elf
Alexander Kabaev 63c1e7cb8d Free obj->priv field in obj_free functions. This field is NULL
on all architectures except ia64, which uses it to keep function
description table.
2003-03-14 21:11:28 +00:00
..
alpha No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
amd64 No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
i386 No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +00:00
ia64 No need to zero fill memory, mmapped anonymously. Kernel will 2003-03-14 21:10:13 +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
debug.h
Makefile Advertize rtld(1) as ld.so(1) in manual pages world 2003-02-13 23:07:28 +00:00
malloc.c Add missing include files I forgot about in previous commit. 2003-02-13 17:35:00 +00:00
map_object.c Free obj->priv field in obj_free functions. This field is NULL 2003-03-14 21:11:28 +00:00
rtld.1 Advertize rtld(1) as ld.so(1) in manual pages world 2003-02-13 23:07:28 +00:00
rtld.c Do not remove object from the lists at the unref_dag() stage. 2003-02-17 20:58:27 +00:00
rtld.h Implement dlinfo() function. 2003-02-13 17:47:44 +00:00
xmalloc.c