Home
last modified time | relevance | path

Searched refs:ctlm_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c61 dst->ctlm_type = mp[n].ctm_type; in ctf_struct_member()
187 *membtype = memb.ctlm_type; in ctf_member_next()
191 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_next()
192 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION)) in ctf_member_next()
193 i->ctn_type = memb.ctlm_type; in ctf_member_next()
1031 ssize_t am = ctf_type_align (ofp, memb.ctlm_type); in ctf_type_align()
1426 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_info()
1427 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION) in ctf_member_info()
1428 && (ctf_member_info (fp, memb.ctlm_type, name, mip) == 0)) in ctf_member_info()
1436 mip->ctm_type = memb.ctlm_type; in ctf_member_info()
[all …]
H A Dctf-open.c602 tmp.ctm_type = lm1->ctlm_type; in upgrade_types_v1()
613 lm2->ctlm_type = tmp.ctm_type; in upgrade_types_v1()
1161 swap_thing (lm->ctlm_type); in flip_types()
H A Dctf-create.c1210 memb[vlen].ctlm_type = type; in ctf_add_member_offset()
1220 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); in ctf_add_member_offset()
H A Dctf-serialize.c877 t_vlen[i].ctm_type = dtd_vlen[i].ctlm_type; in ctf_emit_type_sect()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c61 dst->ctlm_type = mp[n].ctm_type; in ctf_struct_member()
187 *membtype = memb.ctlm_type; in ctf_member_next()
191 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_next()
192 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION)) in ctf_member_next()
193 i->ctn_type = memb.ctlm_type; in ctf_member_next()
1022 ssize_t am = ctf_type_align (ofp, memb.ctlm_type); in ctf_type_align()
1417 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_info()
1418 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION) in ctf_member_info()
1419 && (ctf_member_info (fp, memb.ctlm_type, name, mip) == 0)) in ctf_member_info()
1424 mip->ctm_type = memb.ctlm_type; in ctf_member_info()
[all …]
H A Dctf-open.c602 tmp.ctm_type = lm1->ctlm_type; in upgrade_types_v1()
613 lm2->ctlm_type = tmp.ctm_type; in upgrade_types_v1()
1161 swap_thing (lm->ctlm_type); in flip_types()
H A Dctf-create.c1185 memb[vlen].ctlm_type = type; in ctf_add_member_offset()
1195 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); in ctf_add_member_offset()
H A Dctf-serialize.c877 t_vlen[i].ctm_type = dtd_vlen[i].ctlm_type; in ctf_emit_type_sect()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h538 unsigned short ctlm_type; /* Reference to type of member. */ member
555 uint32_t ctlm_type; /* Reference to type of member. */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h538 unsigned short ctlm_type; /* Reference to type of member. */ member
555 uint32_t ctlm_type; /* Reference to type of member. */ member
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c98 if ((rc = func(name, lmp->ctlm_type, in ctf_member_iter()
441 ssize_t am = ctf_type_align(fp, lmp->ctlm_type); in ctf_type_align()
696 mip->ctm_type = lmp->ctlm_type; in _ctf_member_info()
871 if ((rc = ctf_type_rvisit(fp, lmp->ctlm_type, in ctf_type_rvisit()
H A Dctf_open.c268 CTF_TYPE_ISCHILD(lmp->ctlm_type); in init_types()
H A Dctf_create.c132 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h340 ushort_t ctlm_type; /* reference to type of member */ member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h454 uint32_t ctlm_type; /* Reference to type of member. */ member
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c428 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()
436 SWAP_16(ctlm.ctlm_type); in write_type()
1170 tdarr[ctlm->ctlm_type]; in resurrect_types()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c637 CTF_TYPE_ISCHILD(lmp->ctlm_type); in fbt_typoff_init()
726 CTF_TYPE_ISCHILD(lmp->ctlm_type); in fbt_typoff_init()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c537 hp, cd), u.lmp->ctlm_type, in read_types()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info1066 uint32_t ctlm_type;
1090 0x08 ‘uint32_t ctlm_type’ The type ID of the type of the field.
1464 * ctf_member_t, ctlm_type: Structs and unions. (line 65)
1651 * struct ctf_lmember_v2, ctlm_type: Structs and unions. (line 65)
H A Dctf-spec.texi1392 uint32_t ctlm_type;
1448 @tab @code{uint32_t ctlm_type}
1450 @vindex struct ctf_lmember_v2, ctlm_type
1451 @vindex ctf_member_t, ctlm_type
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi1392 uint32_t ctlm_type;
1448 @tab @code{uint32_t ctlm_type}
1450 @vindex struct ctf_lmember_v2, ctlm_type
1451 @vindex ctf_member_t, ctlm_type
H A Dctf-spec.info1066 uint32_t ctlm_type;
1090 0x08 'uint32_t ctlm_type' The type ID of the type of the field.
1464 * ctf_member_t, ctlm_type: Structs and unions. (line 65)
1651 * struct ctf_lmember_v2, ctlm_type: Structs and unions. (line 65)