Home
last modified time | relevance | path

Searched refs:ECTF_CONVBKERR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c326 return (ECTF_CONVBKERR); in ctf_dwarf_error()
330 return (ECTF_CONVBKERR); in ctf_dwarf_error()
440 return (ECTF_CONVBKERR); in ctf_dwarf_attribute()
461 return (ECTF_CONVBKERR); in ctf_dwarf_ref()
481 return (ECTF_CONVBKERR); in ctf_dwarf_refdie()
506 return (ECTF_CONVBKERR); in ctf_dwarf_signed()
528 return (ECTF_CONVBKERR); in ctf_dwarf_unsigned()
551 return (ECTF_CONVBKERR); in ctf_dwarf_boolean()
578 return (ECTF_CONVBKERR); in ctf_dwarf_string()
599 return (ECTF_CONVBKERR); in ctf_dwarf_member_location()
[all …]
/titanic_50/usr/src/cmd/ctfconvert/
H A Dctfconvert.c349 err == ECTF_CONVBKERR ? buf : ctf_errmsg(err)); in main()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h117 ECTF_CONVBKERR, /* CTF conversion backend error */ enumerator