HardenedBSD/libexec/rtld-elf
Konstantin Belousov 1db23efb83 rtld: pass argc/argv/env to dso inits.
This is consistent with how array inits are called, and also makes us
more compatible with glibc environment.

Requested by:	Alex S <iwtcex@gmail.com>
PR:	249162
Reviewed by:	dim, emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D26351
2020-09-07 21:32:27 +00:00
..
aarch64
amd64
arm
i386
mips
powerpc
powerpc64
riscv Maintain a stack alignment of 16-bytes. 2020-09-04 21:46:10 +00:00
rtld-libc rtld: set osrel when in the direct exec mode. 2020-06-12 22:10:03 +00:00
tests
debug.c
debug.h
libmap.c
libmap.conf
libmap.h
Makefile Don't explicitly specify c99 or gnu99 as the default is now gnu99. 2020-08-17 05:57:02 +00:00
Makefile.depend
map_object.c Undo 'fix off by one' part of r365360. 2020-09-05 22:48:27 +00:00
paths.h
rtld_lock.c
rtld_lock.h
rtld_malloc.c
rtld_malloc.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld_utrace.h
rtld.1 rtld: Add -b option to allow to specify image name different from arg0. 2020-05-31 22:37:33 +00:00
rtld.c rtld: pass argc/argv/env to dso inits. 2020-09-07 21:32:27 +00:00
rtld.h Do not allow to load ET_DYN object with DF_1_PIE flag set. 2020-06-02 16:20:58 +00:00
Symbol.map Add version indicators to rtld. 2020-05-26 19:22:46 +00:00
xmalloc.c