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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 598 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) function
757 lkind = ctf_type_kind(lfp, ltype);
760 rkind = ctf_type_kind(rfp, rtype);
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 201 if (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
202 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
1067 ctf_type_kind (ctf_dict_t *fp, ctf_id_t type) function
1092 if ((kind = ctf_type_kind (fp, type)) < 0)
1296 lkind = ctf_type_kind (lfp, ltype);
1299 rkind = ctf_type_kind (rfp, rtype);
1435 && (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
1436 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 201 if (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
202 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
1067 ctf_type_kind (ctf_dict_t *fp, ctf_id_t type) function
1092 if ((kind = ctf_type_kind (fp, type)) < 0)
1296 lkind = ctf_type_kind (lfp, ltype);
1299 rkind = ctf_type_kind (rfp, rtype);
1435 && (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
1436 || ctf_type_kind (fp, resolved) == CTF_K_UNION)

Completed in 31 milliseconds