Home
last modified time | relevance | path

Searched refs:dt_module_getctf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.h48 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
H A Ddt_module.c792 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() function
840 (pfp = dt_module_getctf(dtp, pmp)) == NULL) { in dt_module_getctf()
1505 if (dt_module_getctf(dtp, dmp) == NULL) in dtrace_symbol_type()
H A Ddt_pragma.c251 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL; in dt_pragma_depends()
H A Ddt_print.c702 ctfp = dt_module_getctf(dtp, dmp); in dtrace_print()