HardenedBSD/libexec/rtld-elf
Ed Maste 54ac10780f Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does
Linux LD_ITERATE_PHDR(3):
    The dlpi_name field is a null-terminated string giving the
    pathname from which the shared object was loaded.

That functionality is much more useful than returning just the short
name.

Approved by:	kan
Sponsored by:	The FreeBSD Foundation
2014-10-09 20:39:18 +00:00
..
amd64 Optimize r270798, only do the second pass over non-plt relocations 2014-08-29 10:43:56 +00:00
arm IFUNC symbol type shall be processed for non-PLT relocations, 2014-08-29 09:29:10 +00:00
i386 Optimize r270798, only do the second pass over non-plt relocations 2014-08-29 10:43:56 +00:00
mips IFUNC symbol type shall be processed for non-PLT relocations, 2014-08-29 09:29:10 +00:00
powerpc IFUNC symbol type shall be processed for non-PLT relocations, 2014-08-29 09:29:10 +00:00
powerpc64 IFUNC symbol type shall be processed for non-PLT relocations, 2014-08-29 09:29:10 +00:00
sparc64 IFUNC symbol type shall be processed for non-PLT relocations, 2014-08-29 09:29:10 +00:00
tests Fix "make checkdpadd" by "spoofing" DPADD 2014-08-26 09:01:11 +00:00
debug.c
debug.h
libmap.c Always check the limits of array index variables before using them. 2014-08-21 02:40:33 +00:00
libmap.h
Makefile Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support 2014-10-01 08:26:51 +00:00
malloc.c
map_object.c
rtld_lock.c
rtld_lock.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld.1
rtld.c Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does 2014-10-09 20:39:18 +00:00
rtld.h Optimize r270798, only do the second pass over non-plt relocations 2014-08-29 10:43:56 +00:00
Symbol.map
xmalloc.c