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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 521 if (ctf_array_info(fp, type, &ar) == CTF_ERR ||
557 if (ctf_array_info(fp, type, &r) == CTF_ERR)
778 return (ctf_array_info(lfp, ltype, &la) == 0 &&
779 ctf_array_info(rfp, rtype, &ra) == 0 &&
852 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 952 if (ctf_array_info (ofp, type, &ar) < 0
995 if (ctf_array_info (ofp, type, &r) < 0)
1328 return (ctf_array_info (lfp, ltype, &la) == 0
1329 && ctf_array_info (rfp, rtype, &ra) == 0
1457 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 952 if (ctf_array_info (ofp, type, &ar) < 0
995 if (ctf_array_info (ofp, type, &r) < 0)
1328 return (ctf_array_info (lfp, ltype, &la) == 0
1329 && ctf_array_info (rfp, rtype, &ra) == 0
1457 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 931 if (ctf_array_info (ofp, type, &ar) < 0
974 if (ctf_array_info (ofp, type, &r) < 0)
1307 return (ctf_array_info (lfp, ltype, &la) == 0
1308 && ctf_array_info (rfp, rtype, &ra) == 0
1428 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 931 if (ctf_array_info (ofp, type, &ar) < 0
974 if (ctf_array_info (ofp, type, &r) < 0)
1307 return (ctf_array_info (lfp, ltype, &la) == 0
1308 && ctf_array_info (rfp, rtype, &ra) == 0
1428 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function

Completed in 31 milliseconds