Home
last modified time | relevance | path

Searched refs:dmd_type (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_macinfo.c56 dmd[i].dmd_type = type; in _dwarf_macinfo_parse()
205 RCHECK(WRITE_VALUE(md->dmd_type, 1)); in _dwarf_macinfo_gen()
206 switch (md->dmd_type) { in _dwarf_macinfo_gen()
H A Ddwarf_pro_macinfo.c52 md->dmd_type = type; in _dwarf_add_macro()
H A Dlibdwarf.h246 Dwarf_Small dmd_type; member
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c109 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers()
132 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
518 ctf_ref_dec(fp, dmd->dmd_type); in ctf_dtd_delete()
1038 dmd->dmd_type = CTF_ERR; in ctf_add_enumerator()
1099 dmd->dmd_type = type; in ctf_add_member()
1104 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member()
1240 dmd->dmd_type = type; in membadd()
1503 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp, in ctf_add_type()
1504 dmd->dmd_type)) == CTF_ERR) in ctf_add_type()
1517 ctf_ref_inc(dst_fp, dmd->dmd_type); in ctf_add_type()
H A Dctf_impl.h142 ctf_id_t dmd_type; /* type of this member (for sou) */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbtfout.cc545 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; in btf_dmd_representable_bitfield_p()
606 else if (!btf_emit_id_p (dmd->dmd_type)) in btf_asm_type()
675 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; in btf_asm_sou_member()
704 dw2_asm_output_data (4, get_btf_id (dmd->dmd_type), "btm_type"); in btf_asm_sou_member()
H A Dctfout.cc417 dw2_asm_output_data (4, dmd->dmd_type, "ctlm_type"); in ctf_asm_sou_lmember()
429 dw2_asm_output_data (4, dmd->dmd_type, "ctm_type"); in ctf_asm_sou_member()
660 gcc_assert (dmd->dmd_type != CTF_NULL_TYPEID); in output_asm_ctf_sou_fields()
H A Dctfc.h133 ctf_id_t dmd_type; /* Type of this member (for sou). */ member
H A Dctfc.cc646 dmd->dmd_type = CTF_NULL_TYPEID; in ctf_add_enumerator()
684 dmd->dmd_type = type; in ctf_add_member_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.cc230 if (get_btf_id (dmd->dmd_type) > BTF_MAX_TYPE) in bpf_core_get_sou_member_index()