Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c259 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
263 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
H A Dctf_types.c1130 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_info_by_id()
1164 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_args_by_id()
H A Dctf_create.c2020 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_add_function()
2024 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_add_function()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h96 ECTF_NOTFUNC, /* symtab entry does not refer to a function */ enumerator