Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_macinfo.c53 dmd[i].dmd_type = type; in _dwarf_macinfo_parse()
202 RCHECK(WRITE_VALUE(md->dmd_type, 1)); in _dwarf_macinfo_gen()
203 switch (md->dmd_type) { in _dwarf_macinfo_gen()
H A Ddwarf_pro_macinfo.c49 md->dmd_type = type; in _dwarf_add_macro()
H A Dlibdwarf.h240 Dwarf_Small dmd_type; member
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c108 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers()
118 ctm.ctm_type = dmd->dmd_type; in ctf_copy_smembers()
149 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
161 ctlm.ctlm_type = dmd->dmd_type; in ctf_copy_lmembers()
615 ctf_ref_dec(fp, dmd->dmd_type); in ctf_dtd_delete()
1133 dmd->dmd_type = CTF_ERR; in ctf_add_enumerator()
1194 dmd->dmd_type = type; in ctf_add_member()
1199 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member()
1324 dmd->dmd_type = type; in membadd()
1657 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp, in ctf_add_type()
[all …]
H A Dctf_impl.h153 ctf_id_t dmd_type; /* type of this member (for sou) */ member
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5977 if (md[i].dmd_type == 0) in dump_dwarf_macinfo()
5979 if (dwarf_get_MACINFO_name(md[i].dmd_type, &mi_str) != in dump_dwarf_macinfo()
5982 "[Unknown MACINFO: %#x]", md[i].dmd_type); in dump_dwarf_macinfo()
5986 switch (md[i].dmd_type) { in dump_dwarf_macinfo()