Home
last modified time | relevance | path

Searched refs:ECTF_NOTYPE (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c120 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
149 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
159 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
H A Dctf_types.c516 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
519 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
524 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
H A Dctf_impl.h259 ECTF_NOTYPE, /* no type found corresponding to name */ enumerator
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dpptrtab.c34 ctf_errno (fp) != ECTF_NOTYPE) in main()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c1167 return (ctf_set_typed_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
1170 return (ctf_set_typed_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
1175 return (ctf_set_typed_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
H A Dctf-lookup.c297 ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c1158 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
1161 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
1166 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
H A Dctf-lookup.c300 ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name_internal()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h213 _CTF_ITEM (ECTF_NOTYPE, "No type found corresponding to name.") \
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h213 _CTF_ITEM (ECTF_NOTYPE, "No type found corresponding to name.") \
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git168206 content, and it should return ECTF_NOTYPE, not crash.)