Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c188 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_lookup_by_symbol()
251 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_func_info()
H A Dctf_types.c1105 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_object_iter()
1153 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_function_iter()
1220 (void) ctf_set_errno(fp, ECTF_NOSYMTAB); in ctf_symbol_name()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h76 ECTF_NOSYMTAB, /* symbol table data is not available */ enumerator
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c788 return (ECTF_NOSYMTAB); in ctf_symtab_iter()