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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h221 struct dtrace_module_symbols* mod_user_symbols; member in struct:modctl
236 #define MOD_HAS_USERSPACE_SYMBOLS(mod) (mod->mod_user_symbols) /* No point in duplicating state in the flags bits */
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c1015 dtrace_module_symbols_t* module_symbols = ctl->mod_user_symbols;
1533 dtrace_module_symbols_t* module_symbols = ctl->mod_user_symbols;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c16240 ASSERT(curp->mod_user_symbols == NULL);
16260 ASSERT(ctl->mod_user_symbols == NULL);
16340 ctl->mod_user_symbols = NULL;
19191 ctl->mod_user_symbols = module_symbols;
19211 ctl->mod_user_symbols = NULL; /* MUST reset this to clear HAS_USERSPACE_SYMBOLS */

Completed in 83 milliseconds