Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_lookup.c185 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_lookup_by_symbol()
248 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_func_info()
H A Dctf_types.c1079 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_object_iter()
1127 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_function_iter()
1194 (void) ctf_set_errno(fp, ECTF_NOSYMTAB); in ctf_symbol_name()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h76 ECTF_NOSYMTAB, /* symbol table data is not available */ enumerator