| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_create.c | 1000 ctf_add_enum(ctf_file_t *fp, uint_t flag, const char *name) function 1691 dst_type = ctf_add_enum(dst_fp, flag, name);
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-create.c | 871 ctf_add_enum (ctf_dict_t *fp, uint32_t flag, const char *name) function 912 ctf_add_enum(), to ensure that we do not allow things past that are not 925 else if ((type = ctf_add_enum (fp, flag, name)) == CTF_ERR) 2021 dst_type = ctf_add_enum (dst_fp, flag, name);
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-create.c | 871 ctf_add_enum (ctf_dict_t *fp, uint32_t flag, const char *name) function 912 ctf_add_enum(), to ensure that we do not allow things past that are not 925 else if ((type = ctf_add_enum (fp, flag, name)) == CTF_ERR) 2021 dst_type = ctf_add_enum (dst_fp, flag, name);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-create.c | 872 ctf_add_enum (ctf_dict_t *fp, uint32_t flag, const char *name) function 913 ctf_add_enum(), to ensure that we do not allow things past that are not 926 else if ((type = ctf_add_enum (fp, flag, name)) == CTF_ERR) 2018 dst_type = ctf_add_enum (dst_fp, flag, name);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-create.c | 872 ctf_add_enum (ctf_dict_t *fp, uint32_t flag, const char *name) function 913 ctf_add_enum(), to ensure that we do not allow things past that are not 926 else if ((type = ctf_add_enum (fp, flag, name)) == CTF_ERR) 1947 dst_type = ctf_add_enum (dst_fp, flag, name);
|