Searched refs:DTRACE_OBJ_EXEC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h461 #define DTRACE_OBJ_EXEC ((const char *)0L) /* primary executable file */ macro
H A Ddt_parser.c2653 * Otherwise we set scope to DTRACE_OBJ_EXEC, indicating that normal
2671 scope = DTRACE_OBJ_EXEC;
2675 scope = DTRACE_OBJ_EXEC;
2689 if (scope == DTRACE_OBJ_EXEC && (
2731 } else if (dhp == dtp->dt_globals && scope != DTRACE_OBJ_EXEC &&
2801 } else if (scope == DTRACE_OBJ_EXEC && create == B_TRUE) {
2853 } else if (scope != DTRACE_OBJ_EXEC) {
H A Ddt_module.c1220 case (uintptr_t)DTRACE_OBJ_EXEC:

Completed in 75 milliseconds