Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddtrace.h465 #define DTRACE_OBJ_EXEC ((const char *)0L) /* primary executable file */ macro
H A Ddt_parser.c2677 scope = DTRACE_OBJ_EXEC; in dt_xcook_ident()
2681 scope = DTRACE_OBJ_EXEC; in dt_xcook_ident()
2695 if (scope == DTRACE_OBJ_EXEC && ( in dt_xcook_ident()
2737 } else if (dhp == dtp->dt_globals && scope != DTRACE_OBJ_EXEC && in dt_xcook_ident()
2807 } else if (scope == DTRACE_OBJ_EXEC && create == B_TRUE) { in dt_xcook_ident()
2859 } else if (scope != DTRACE_OBJ_EXEC) { in dt_xcook_ident()
H A Ddt_module.c1531 case (uintptr_t)DTRACE_OBJ_EXEC: in dt_module_from_object()