freebsd-skq/libexec/rtld-elf
Konstantin Belousov 28551690e0 Implement the dynamic string token substitution in the rpath and
soneeded pathes. The $ORIGIN, $OSNAME, $OSREL and $PLATFORM tokens
are supported. Enabling the substitution requires DF_ORIGIN flag in
DT_FLAGS or DF_1_ORIGIN if DF_FLAGS_1, that may be set with -z origin
gnu ld flag. Translation is unconditionally disabled for setuid/setgid
processes.

The $ORIGIN translation relies on the AT_EXECPATH auxinfo supplied
by kernel.

Requested by:	maho
Tested by:	maho, pho
Reviewed by:	kan
2009-03-18 13:40:37 +00:00
..
amd64
arm
i386
ia64
mips This code has no copyright. It is fairly obvious to me that we're a 2008-10-13 20:24:03 +00:00
powerpc
sparc64
debug.c
debug.h
libmap.c
libmap.h
Makefile Fix build when WITH_SSP is set explicitly. 2009-02-21 15:04:31 +00:00
malloc.c
map_object.c Implement the dynamic string token substitution in the rpath and 2009-03-18 13:40:37 +00:00
rtld_lock.c Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. 2008-11-27 11:27:59 +00:00
rtld_lock.h Provide custom simple allocator for rtld locks in libthr. The allocator 2008-12-02 11:58:31 +00:00
rtld_tls.h
rtld.1 Make the meaning of the %A format specifier, as passed to 2008-05-15 10:47:14 +00:00
rtld.c Implement the dynamic string token substitution in the rpath and 2009-03-18 13:40:37 +00:00
rtld.h Implement the dynamic string token substitution in the rpath and 2009-03-18 13:40:37 +00:00
Symbol.map Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. 2008-11-27 11:27:59 +00:00
xmalloc.c