Searched refs:ECTF_NOTINTFP (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_impl.h | 255 ECTF_NOTINTFP, /* type is not an integer or float */ enumerator
|
| H A D | ctf_types.c | 557 return (ctf_set_errno(ofp, ECTF_NOTINTFP)); in ctf_type_encoding()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf-api.h | 209 _CTF_ITEM (ECTF_NOTINTFP, "Type is not an integer, float, or enum.") \
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf-api.h | 209 _CTF_ITEM (ECTF_NOTINTFP, "Type is not an integer, float, or enum.") \
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 633 return (ctf_set_typed_errno (fp, ECTF_NOTINTFP)); in ctf_add_slice() 931 return (ctf_set_typed_errno (fp, ECTF_NOTINTFP)); in ctf_add_enum_encoded() 1318 return (ctf_set_errno (fp, ECTF_NOTINTFP)); in ctf_add_member_encoded()
|
| H A D | ctf-types.c | 1238 return (ctf_set_errno (ofp, ECTF_NOTINTFP)); in ctf_type_encoding()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 637 return (ctf_set_errno (fp, ECTF_NOTINTFP)); in ctf_add_slice() 928 return (ctf_set_errno (fp, ECTF_NOTINTFP)); in ctf_add_enum_encoded() 1288 return (ctf_set_errno (fp, ECTF_NOTINTFP)); in ctf_add_member_encoded()
|
| H A D | ctf-types.c | 1229 return (ctf_set_errno (ofp, ECTF_NOTINTFP)); in ctf_type_encoding()
|