Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c163 ctm.ctm_type = (uint32_t) dmd->dmd_type; in ctf_copy_smembers()
188 ctlm.ctlm_type = (uint32_t) dmd->dmd_type; in ctf_copy_lmembers()
1328 dmd->dmd_type = CTF_ERR; in ctf_add_enumerator()
1391 dmd->dmd_type = type; in ctf_add_member_offset()
1401 ctf_id_t ltype = ctf_type_resolve (fp, lmd->dmd_type); in ctf_add_member_offset()
1596 dmd->dmd_type = type; in membadd()
1969 memb_type = ctf_type_mapping (src_fp, dmd->dmd_type, &dst); in ctf_add_type_internal()
1972 if ((dmd->dmd_type = in ctf_add_type_internal()
1973 ctf_add_type_internal (dst_fp, src_fp, dmd->dmd_type, in ctf_add_type_internal()
1981 dmd->dmd_type = memb_type; in ctf_add_type_internal()
H A Dctf-types.c97 if ((rc = func (dmd->dmd_name, dmd->dmd_type, in ctf_member_iter()
608 ssize_t am = ctf_type_align (fp, dmd->dmd_type); in ctf_type_align()
978 mip->ctm_type = dmd->dmd_type; in ctf_member_info()
1284 if ((rc = ctf_type_rvisit (fp, dmd->dmd_type, func, arg, in ctf_type_rvisit()
H A Dctf-impl.h153 ctf_id_t dmd_type; /* Type of this member (for sou). */ member