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

/macosx-10.9.5/dtrace-118.1/head/
H A Ddtrace.h500 #define DTRACE_OBJ_EXEC ((const char *)0L) /* primary executable file */ macro
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.c2595 * Otherwise we set scope to DTRACE_OBJ_EXEC, indicating that normal
2613 scope = DTRACE_OBJ_EXEC;
2617 scope = DTRACE_OBJ_EXEC;
2631 if (scope == DTRACE_OBJ_EXEC && (
2673 } else if (dhp == dtp->dt_globals && scope != DTRACE_OBJ_EXEC &&
2742 } else if (scope == DTRACE_OBJ_EXEC && create == B_TRUE) {
2794 } else if (scope != DTRACE_OBJ_EXEC) {
H A Ddt_module.c1583 case (uintptr_t)DTRACE_OBJ_EXEC:

Completed in 209 milliseconds