This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-06 18:29:47 +00:00
Code
Issues
Releases
Activity
freebsd
/
libexec
/
rtld-elf
History
Warner Losh
3deca56f3f
Rather than using the #define for path names, indirect through a char *
...
variable that could change for different executable types detected.
2015-10-31 04:39:55 +00:00
..
aarch64
…
amd64
…
arm
…
i386
…
mips
…
powerpc
…
powerpc64
…
sparc64
…
tests
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
2015-10-12 08:16:03 +00:00
debug.c
…
debug.h
…
libmap.c
Rather than using the #define for path names, indirect through a char *
2015-10-31 04:39:55 +00:00
libmap.h
…
Makefile
…
Makefile.depend
…
malloc.c
Move all the paths into a new path.h to centralize them.
2015-10-31 04:39:28 +00:00
map_object.c
Allow PT_NOTES segments to be located anywhere in the executable
2015-10-14 18:29:21 +00:00
paths.h
Rather than using the #define for path names, indirect through a char *
2015-10-31 04:39:55 +00:00
rtld_lock.c
…
rtld_lock.h
…
rtld_printf.c
…
rtld_printf.h
…
rtld_tls.h
…
rtld.1
…
rtld.c
Rather than using the #define for path names, indirect through a char *
2015-10-31 04:39:55 +00:00
rtld.h
Move all the paths into a new path.h to centralize them.
2015-10-31 04:39:28 +00:00
Symbol.map
…
xmalloc.c
…