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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 195 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
237 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
290 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) function
492 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
543 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
659 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
756 ltype = ctf_type_resolve(lfp, ltype);
759 rtype = ctf_type_resolve(rfp, rtype);
803 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
900 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
194 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
561 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) function
600 /* Like ctf_type_resolve(), but traverse down through slices to their contained
610 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
625 if ((resolved_type = ctf_type_resolve (fp, type)) == CTF_ERR)
925 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
979 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1167 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1229 underlying = ctf_type_resolve (ofp, slice->cts_type)
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
194 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
561 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) function
600 /* Like ctf_type_resolve(), but traverse down through slices to their contained
610 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
625 if ((resolved_type = ctf_type_resolve (fp, type)) == CTF_ERR)
925 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
979 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1167 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1229 underlying = ctf_type_resolve (ofp, slice->cts_type)
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
550 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) function
589 /* Like ctf_type_resolve(), but traverse down through slices to their contained
598 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
904 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
958 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1146 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1208 underlying = ctf_type_resolve (ofp, slice->cts_type);
1274 ltype = ctf_type_resolve (lfp, ltype);
1277 rtype = ctf_type_resolve (rfp, rtype)
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
550 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) function
589 /* Like ctf_type_resolve(), but traverse down through slices to their contained
598 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
904 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
958 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1146 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR)
1208 underlying = ctf_type_resolve (ofp, slice->cts_type);
1274 ltype = ctf_type_resolve (lfp, ltype);
1277 rtype = ctf_type_resolve (rfp, rtype)
    [all...]

Completed in 35 milliseconds