Searched refs:RTLD_TRACE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/include/
H A Ddlfcn.h45 #define RTLD_TRACE 0x200 /* Trace loaded objects and exit. */ macro
/freebsd-10-stable/usr.bin/ldd/
H A Dldd.c255 dlopen(*argv, RTLD_TRACE);
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c1533 if (mode & RTLD_TRACE)
1534 printf(" | RTLD_TRACE");
1535 if (mode & ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE))
1537 ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE));
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c2995 ld_tracing = (mode & RTLD_TRACE) == 0 ? NULL : "1";

Completed in 175 milliseconds