Searched refs:dt_module_getctf (Results 1 – 4 of 4) sorted by relevance
48 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
792 return (dt_module_getctf(dtp, dmp) != NULL); in dt_module_hasctf()796 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) in dt_module_getctf() function840 (pfp = dt_module_getctf(dtp, pmp)) == NULL) { in dt_module_getctf()1505 if (dt_module_getctf(dtp, dmp) == NULL) in dtrace_symbol_type()
251 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL; in dt_pragma_depends()
683 ctfp = dt_module_getctf(dtp, dmp); in dtrace_print()