freebsd-nq/libexec/rtld-elf
Warner Losh c333c74aef If md_exec_hook is defined, provide a way to create the strings
for the environment variables we look up at runtime. Otherwise,
there's no way they will change, optimize it at compile time.

Differential Review: https://reviews.freebsd.org/D2718
2016-01-03 04:32:13 +00:00
..
aarch64 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
amd64 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
arm Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
i386 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
mips Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
powerpc Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
powerpc64 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
riscv Add support for RISC-V architecture. 2015-12-24 15:47:51 +00:00
sparc64 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
tests Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
debug.c
debug.h Remove historical GNUC test 2015-05-06 15:29:11 +00:00
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 Follow-on to r291666: use -ffreestanding instead of -fno-builtin. 2015-12-03 21:25:59 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
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 Create a generalized exec hook that different architectures can hook 2016-01-03 04:32:02 +00:00
rtld_lock.c
rtld_lock.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld.1
rtld.c If md_exec_hook is defined, provide a way to create the strings 2016-01-03 04:32:13 +00:00
rtld.h Provide support for ELFv2 userland if using a newer compiler (recent clang 2015-12-03 00:10:57 +00:00
Symbol.map
xmalloc.c