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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 616 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) function
775 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
776 rfp, ctf_type_reference(rfp, rtype)));
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 622 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1076 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1108 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) function
1325 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype),
1326 rfp, ctf_type_reference (rfp, rtype)));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 622 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1076 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1108 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) function
1325 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype),
1326 rfp, ctf_type_reference (rfp, rtype)));
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 608 if ((ret = ctf_type_reference (fp, type)) == CTF_ERR)
1055 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1087 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) function
1304 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype),
1305 rfp, ctf_type_reference (rfp, rtype)));
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 608 if ((ret = ctf_type_reference (fp, type)) == CTF_ERR)
1055 if ((type = ctf_type_reference (fp, type)) == CTF_ERR)
1087 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) function
1304 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype),
1305 rfp, ctf_type_reference (rfp, rtype)));

Completed in 26 milliseconds