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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 675 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
771 return (ctf_type_encoding(lfp, ltype, &le) == 0 &&
772 ctf_type_encoding(rfp, rtype, &re) == 0 &&
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 1182 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
1321 return (ctf_type_encoding (lfp, ltype, &le) == 0
1322 && ctf_type_encoding (rfp, rtype, &re) == 0
1340 lencoded = ctf_type_encoding (lfp, ltype, &le);
1341 rencoded = ctf_type_encoding (rfp, rtype, &re);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 1182 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
1321 return (ctf_type_encoding (lfp, ltype, &le) == 0
1322 && ctf_type_encoding (rfp, rtype, &re) == 0
1340 lencoded = ctf_type_encoding (lfp, ltype, &le);
1341 rencoded = ctf_type_encoding (rfp, rtype, &re);
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 1161 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
1209 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
1300 return (ctf_type_encoding (lfp, ltype, &le) == 0
1301 && ctf_type_encoding (rfp, rtype, &re) == 0
1319 lencoded = ctf_type_encoding (lfp, ltype, &le);
1320 rencoded = ctf_type_encoding (rfp, rtype, &re);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 1161 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
1209 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
1300 return (ctf_type_encoding (lfp, ltype, &le) == 0
1301 && ctf_type_encoding (rfp, rtype, &re) == 0
1319 lencoded = ctf_type_encoding (lfp, ltype, &le);
1320 rencoded = ctf_type_encoding (rfp, rtype, &re);

Completed in 27 milliseconds