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.c1046 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_info_by_id()
1080 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_args_by_id()
H A Dctf_create.c2013 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_add_function()
2017 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