Searched refs:ECTF_NOSYMTAB (Results 1 – 3 of 3) sorted by relevance
185 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_lookup_by_symbol()248 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_func_info()
1079 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()
76 ECTF_NOSYMTAB, /* symbol table data is not available */ enumerator