HomeSort by: relevance | last modified time | path
    Searched defs:ctf_add_enum (Results 1 - 5 of 5) sorted by relevancy

  /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);

Completed in 32 milliseconds