/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 405 ctf_add_encoded (ctf_container_ref ctfc, uint32_t flag, const char * name, in ctf_add_encoded() function 530 return (ctf_add_encoded (ctfc, flag, name, ep, CTF_K_FLOAT, die)); in ctf_add_float() 537 return (ctf_add_encoded (ctfc, flag, name, ep, CTF_K_INTEGER, die)); in ctf_add_integer() 544 return (ctf_add_encoded (ctfc, flag, name, ep, CTF_K_UNKNOWN, die)); in ctf_add_unknown()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 670 ctf_add_encoded(ctf_file_t *fp, uint_t flag, in ctf_add_encoded() function 713 return (ctf_add_encoded(fp, flag, name, ep, CTF_K_INTEGER)); in ctf_add_integer() 720 return (ctf_add_encoded(fp, flag, name, ep, CTF_K_FLOAT)); in ctf_add_float()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 523 ctf_add_encoded (ctf_dict_t *fp, uint32_t flag, in ctf_add_encoded() function 656 return (ctf_add_encoded (fp, flag, name, ep, CTF_K_INTEGER)); in ctf_add_integer() 663 return (ctf_add_encoded (fp, flag, name, ep, CTF_K_FLOAT)); in ctf_add_float()
|
H A D | ctf-impl.h | 696 extern ctf_id_t ctf_add_encoded (ctf_dict_t *, uint32_t, const char *,
|
H A D | ChangeLog | 321 (ctf_add_encoded): Likewise. Assert that this must be an int or 604 * ctf-create.c (ctf_add_encoded): Add check for non-empty name.
|
H A D | ChangeLog-2020 | 439 (ctf_add_encoded): No longer static. 1197 (ctf_add_encoded): Pass in the kind. 1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
|
H A D | ctf-dedup.c | 2739 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind)) in ctf_dedup_emit_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 527 ctf_add_encoded (ctf_dict_t *fp, uint32_t flag, in ctf_add_encoded() function 660 return (ctf_add_encoded (fp, flag, name, ep, CTF_K_INTEGER)); in ctf_add_integer() 667 return (ctf_add_encoded (fp, flag, name, ep, CTF_K_FLOAT)); in ctf_add_float()
|
H A D | ctf-impl.h | 696 extern ctf_id_t ctf_add_encoded (ctf_dict_t *, uint32_t, const char *,
|
H A D | ChangeLog | 300 (ctf_add_encoded): Likewise. Assert that this must be an int or 583 * ctf-create.c (ctf_add_encoded): Add check for non-empty name.
|
H A D | ChangeLog-2020 | 439 (ctf_add_encoded): No longer static. 1197 (ctf_add_encoded): Pass in the kind. 1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
|
H A D | ctf-dedup.c | 2742 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind)) in ctf_dedup_emit_type()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 439 (ctf_add_encoded): No longer static. 1197 (ctf_add_encoded): Pass in the kind. 1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
|