NetBSD/usr.bin/ldd
kamil f4a6ea5271 Disable SANITIZER for ldd(1)
These utilities (elf32, elf32_compat, elf64, liblldb) share code with the
ELF dynamic loader that is not being sanitized and its symbols are
installed into sanitized programs (in particular __tls_get_addr()).

Additionally libldd is used in rescue that is not expected to be sanitized
as of today.
2018-06-21 10:41:45 +00:00
..
build Disable SANITIZER for ldd(1) 2018-06-21 10:41:45 +00:00
elf32 Disable SANITIZER for ldd(1) 2018-06-21 10:41:45 +00:00
elf32_compat Disable SANITIZER for ldd(1) 2018-06-21 10:41:45 +00:00
elf64 Disable SANITIZER for ldd(1) 2018-06-21 10:41:45 +00:00
Makefile
Makefile.common
Makefile.elf include symver.c 2013-05-07 13:00:35 +00:00
Makefile.inc Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
dummy.c
ldd.1 Return a non-zero (one) exit code on failure for one of the files 2017-12-25 05:08:49 +00:00
ldd.c Return a non-zero (one) exit code on failure for one of the files 2017-12-25 05:08:49 +00:00
ldd.h
ldd_elfxx.c need <sys/stat.h> 2017-01-10 21:08:48 +00:00