| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 384 dtd->dtd_u.dtu_arr.ctr_index; in ctf_update() 533 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_dtd_delete() 745 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 746 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array() 756 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array() 779 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() 780 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array() 784 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_set_array() 788 ctf_ref_inc(fp, arp->ctr_index); in ctf_set_array() 1418 src_ar.ctr_index = in ctf_add_type() [all …]
|
| H A D | ctf_types.c | 638 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat() 739 arp->ctr_index = ap->cta_index; in ctf_array_info()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 688 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array() 691 if (ctf_type_kind (fp, arp->ctr_index) == CTF_K_FORWARD) in ctf_add_array() 708 cta.cta_index = (uint32_t) arp->ctr_index; in ctf_add_array() 738 vlen->cta_index = (uint32_t) arp->ctr_index; in ctf_set_array() 1823 src_ar.ctr_index = ctf_add_type_internal (dst_fp, src_fp, in ctf_add_type_internal() 1824 src_ar.ctr_index, in ctf_add_type_internal() 1828 if (src_ar.ctr_contents == CTF_ERR || src_ar.ctr_index == CTF_ERR) in ctf_add_type_internal() 1842 src_ar.ctr_index, src_ar.ctr_nelems, in ctf_add_type_internal() 1843 dst_ar.ctr_contents, dst_ar.ctr_index, in ctf_add_type_internal()
|
| H A D | ctf-dedup.c | 788 ar.ctr_index, flags, depth, in ctf_dedup_rhash_type() 2121 CTF_TYPE_WALK (ar.ctr_index, err, in ctf_dedup_rwalk_one_output_mapping() 2825 ar.ctr_index = ctf_dedup_id_to_target (output, target, inputs, ninputs, in ctf_dedup_emit_type() 2827 ar.ctr_index); in ctf_dedup_emit_type() 2829 if (ar.ctr_contents == CTF_ERR || ar.ctr_index == CTF_ERR) in ctf_dedup_emit_type()
|
| H A D | ctf-types.c | 1331 && ctf_type_compat (lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat() 1470 arp->ctr_index = ap->cta_index; in ctf_array_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 692 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array() 695 if (ctf_type_kind (fp, arp->ctr_index) == CTF_K_FORWARD) in ctf_add_array() 712 cta.cta_index = (uint32_t) arp->ctr_index; in ctf_add_array() 735 vlen->cta_index = (uint32_t) arp->ctr_index; in ctf_set_array() 1793 src_ar.ctr_index = ctf_add_type_internal (dst_fp, src_fp, in ctf_add_type_internal() 1794 src_ar.ctr_index, in ctf_add_type_internal() 1798 if (src_ar.ctr_contents == CTF_ERR || src_ar.ctr_index == CTF_ERR) in ctf_add_type_internal() 1812 src_ar.ctr_index, src_ar.ctr_nelems, in ctf_add_type_internal() 1813 dst_ar.ctr_contents, dst_ar.ctr_index, in ctf_add_type_internal()
|
| H A D | ctf-dedup.c | 788 ar.ctr_index, flags, depth, in ctf_dedup_rhash_type() 2122 CTF_TYPE_WALK (ar.ctr_index, err, in ctf_dedup_rwalk_one_output_mapping() 2828 ar.ctr_index = ctf_dedup_id_to_target (output, target, inputs, ninputs, in ctf_dedup_emit_type() 2830 ar.ctr_index); in ctf_dedup_emit_type() 2832 if (ar.ctr_contents == CTF_ERR || ar.ctr_index == CTF_ERR) in ctf_dedup_emit_type()
|
| H A D | ctf-types.c | 1322 && ctf_type_compat (lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat() 1458 arp->ctr_index = ap->cta_index; in ctf_array_info()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | ctf_api.h | 100 ctf_id_t ctr_index; /* type of array index */ member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dwarf2ctf.cc | 430 arinfo.ctr_index = gen_ctf_type (ctfc, array_index_type); in gen_ctf_array_type() 432 arinfo.ctr_index = gen_ctf_type (ctfc, ctf_array_index_die); in gen_ctf_array_type()
|
| H A D | ctfc.h | 85 ctf_id_t ctr_index; /* Type of array index. */ member
|
| H A D | ctfout.cc | 394 dw2_asm_output_data (4, dtd->dtd_u.dtu_arr.ctr_index, "cta_index"); in ctf_asm_array()
|
| H A D | btfout.cc | 653 dw2_asm_output_data (4, get_btf_id (dtd->dtd_u.dtu_arr.ctr_index), in btf_asm_array()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf-api.h | 152 ctf_id_t ctr_index; /* Type of array index. */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf-api.h | 152 ctf_id_t ctr_index; /* Type of array index. */ member
|
| /netbsd-src/external/cddl/osnet/dev/fbt/ |
| H A D | fbt.c | 929 arp->ctr_index = ap->cta_index; in fbt_array_info()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_decl.c | 952 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
|
| H A D | dt_open.c | 1572 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen()
|