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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_macinfo.c53 dmd[i].dmd_type = type;
202 RCHECK(WRITE_VALUE(md->dmd_type, 1));
203 switch (md->dmd_type) {
H A Ddwarf_pro_macinfo.c49 md->dmd_type = type;
H A Dlibdwarf.h240 Dwarf_Small dmd_type; member in struct:__anon431
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c102 ctm.ctm_type = (ushort_t)dmd->dmd_type;
125 ctlm.ctlm_type = (ushort_t)dmd->dmd_type;
511 ctf_ref_dec(fp, dmd->dmd_type);
1028 dmd->dmd_type = CTF_ERR;
1089 dmd->dmd_type = type;
1094 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
1226 * For now, dmd_type is copied as the src_fp's type; it is reset to an
1230 dmd->dmd_type = type;
1487 * Make a final pass through the members changing each dmd_type
1493 if ((dmd->dmd_type
[all...]
H A Dctf_impl.h142 ctf_id_t dmd_type; /* type of this member (for sou) */ member in struct:ctf_dmdef
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5873 if (md[i].dmd_type == 0)
5875 if (dwarf_get_MACINFO_name(md[i].dmd_type, &mi_str) !=
5878 "[Unknown MACINFO: %#x]", md[i].dmd_type);
5882 switch (md[i].dmd_type) {

Completed in 133 milliseconds