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

/freebsd-current/include/
H A Ddlfcn.h45 #define RTLD_TRACE 0x200 /* Trace loaded objects and exit. */ macro
/freebsd-current/lib/libsysdecode/
H A Dutrace.c73 if (mode & RTLD_TRACE)
74 fprintf(fp, " | RTLD_TRACE");
75 if (mode & ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE))
77 ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE));
/freebsd-current/usr.bin/ldd/
H A Dldd.c243 dlopen(*argv, RTLD_TRACE);
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3733 ld_tracing = (mode & RTLD_TRACE) == 0 ? NULL : "1";

Completed in 173 milliseconds