Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdtrace.h464 #define DTRACE_OBJ_EXEC ((const char *)0L) /* primary executable file */ macro
HDdt_parser.c2667 scope = DTRACE_OBJ_EXEC; in dt_xcook_ident()
2671 scope = DTRACE_OBJ_EXEC; in dt_xcook_ident()
2685 if (scope == DTRACE_OBJ_EXEC && ( in dt_xcook_ident()
2727 } else if (dhp == dtp->dt_globals && scope != DTRACE_OBJ_EXEC && in dt_xcook_ident()
2797 } else if (scope == DTRACE_OBJ_EXEC && create == B_TRUE) { in dt_xcook_ident()
2849 } else if (scope != DTRACE_OBJ_EXEC) { in dt_xcook_ident()
HDdt_module.c1422 case (uintptr_t)DTRACE_OBJ_EXEC: in dt_module_from_object()