/netbsd/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_lookup.c | 120 (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 D | ctf_types.c | 516 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 D | ctf_impl.h | 259 ECTF_NOTYPE, /* no type found corresponding to name */ enumerator
|
/netbsd/external/gpl3/gdb/dist/libctf/ |
H A D | ctf-lookup.c | 115 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 167 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 177 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name()
|
H A D | ctf-types.c | 1157 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 1160 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 1165 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
|
/netbsd/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-lookup.c | 115 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 167 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 177 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name()
|
H A D | ctf-types.c | 715 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 718 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 723 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
|
/netbsd/external/gpl3/gdb.old/dist/libctf/ |
H A D | ctf-lookup.c | 115 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 167 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name() 177 (void) ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name()
|
H A D | ctf-types.c | 1157 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 1160 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer() 1165 return (ctf_set_errno (ofp, ECTF_NOTYPE)); in ctf_type_pointer()
|
/netbsd/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 182 ECTF_NOTYPE, /* No type found corresponding to name. */ enumerator
|
/netbsd/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 1158 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 D | ctf-lookup.c | 300 ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name_internal()
|
/netbsd/external/gpl3/gdb/dist/include/ |
H A D | ctf-api.h | 192 ECTF_NOTYPE, /* No type found corresponding to name. */ enumerator
|
/netbsd/external/gpl3/gdb.old/dist/include/ |
H A D | ctf-api.h | 192 ECTF_NOTYPE, /* No type found corresponding to name. */ enumerator
|
/netbsd/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 213 _CTF_ITEM (ECTF_NOTYPE, "No type found corresponding to name.") \
|