Searched refs:dmd_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | libdwarf_macinfo.c | 56 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 D | dwarf_pro_macinfo.c | 52 md->dmd_type = type; in _dwarf_add_macro()
|
| H A D | libdwarf.h | 246 Dwarf_Small dmd_type; member
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 109 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 D | ctf_impl.h | 142 ctf_id_t dmd_type; /* type of this member (for sou) */ member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | btfout.cc | 545 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 D | ctfout.cc | 417 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 D | ctfc.h | 133 ctf_id_t dmd_type; /* Type of this member (for sou). */ member
|
| H A D | ctfc.cc | 646 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 D | coreout.cc | 230 if (get_btf_id (dmd->dmd_type) > BTF_MAX_TYPE) in bpf_core_get_sou_member_index()
|