Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c157 if (err != ECTF_CONVNODEBUG) in ctf_elfconvert()
168 if (no_c_src && err == ECTF_CONVNODEBUG) in ctf_elfconvert()
H A Dctf_dwarf.c3238 return (ECTF_CONVNODEBUG); in ctf_dwarf_preinit_dies()
3279 return (ECTF_CONVNODEBUG); in ctf_dwarf_preinit_dies()
3301 return (ECTF_CONVNODEBUG); in ctf_dwarf_preinit_dies()
3453 if (ret != ECTF_CONVNODEBUG) { in ctf_dwarf_check_missing()
3457 ret = ECTF_CONVNODEBUG; in ctf_dwarf_check_missing()
3594 return (ECTF_CONVNODEBUG); in ctf_dwarf_convert()
3618 return (ECTF_CONVNODEBUG); in ctf_dwarf_convert()
3639 if (err != ECTF_CONVNODEBUG && *errbuf != '\0' && in ctf_dwarf_convert()
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c430 if (err == ECTF_CONVNODEBUG && in main()
446 case ECTF_CONVNODEBUG: in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h119 ECTF_CONVNODEBUG /* No debug info to convert into CTF */ enumerator