Home
last modified time | relevance | path

Searched refs:ctm_type (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Dstruct-lookup.c34 type_name = ctf_type_aname (fp, mi.ctm_type); in main()
41 type_name = ctf_type_aname (fp, mi.ctm_type); in main()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c87 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, in ctf_member_iter()
435 ssize_t am = ctf_type_align(fp, mp->ctm_type); in ctf_type_align()
677 _ctf_member_info(fp, mp->ctm_type, name, in _ctf_member_info()
681 mip->ctm_type = mp->ctm_type; in _ctf_member_info()
696 mip->ctm_type = lmp->ctlm_type; in _ctf_member_info()
860 if ((rc = ctf_type_rvisit(fp, mp->ctm_type, in ctf_type_rvisit()
H A Dctf_open.c260 child |= CTF_TYPE_ISCHILD(mp->ctm_type); in init_types()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h531 unsigned short ctm_type; /* Reference to type of member. */ member
548 uint32_t ctm_type; /* Reference to type of member. */ member
H A Dctf-api.h145 ctf_id_t ctm_type; /* Type of struct or union member. */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h531 unsigned short ctm_type; /* Reference to type of member. */ member
548 uint32_t ctm_type; /* Reference to type of member. */ member
H A Dctf-api.h145 ctf_id_t ctm_type; /* Type of struct or union member. */ member
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dtype-add-unnamed-struct.c49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset); in main()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c596 tmp.ctm_type = m1->ctm_type; in upgrade_types_v1()
602 tmp.ctm_type = lm1->ctlm_type; in upgrade_types_v1()
607 m2->ctm_type = tmp.ctm_type; in upgrade_types_v1()
613 lm2->ctlm_type = tmp.ctm_type; in upgrade_types_v1()
1173 swap_thing (m->ctm_type); in flip_types()
H A Dctf-types.c61 dst->ctlm_type = mp[n].ctm_type; in ctf_struct_member()
1436 mip->ctm_type = memb.ctlm_type; in ctf_member_info()
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-open.c596 tmp.ctm_type = m1->ctm_type; in upgrade_types_v1()
602 tmp.ctm_type = lm1->ctlm_type; in upgrade_types_v1()
607 m2->ctm_type = tmp.ctm_type; in upgrade_types_v1()
613 lm2->ctlm_type = tmp.ctm_type; in upgrade_types_v1()
1173 swap_thing (m->ctm_type); in flip_types()
H A Dctf-types.c61 dst->ctlm_type = mp[n].ctm_type; in ctf_struct_member()
1424 mip->ctm_type = memb.ctlm_type; in ctf_member_info()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h94 ctf_id_t ctm_type; /* type of struct or union member */ member
H A Dctf.h334 ushort_t ctm_type; /* reference to type of member */ member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h447 uint32_t ctm_type; /* Reference to type of member. */ member
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cg.c248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get()
250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); in dt_cg_field_get()
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set()
355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits); in dt_cg_field_set()
380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1); in dt_cg_field_set()
1910 ctfp, m.ctm_type), dnp->dn_left->dn_reg, in dt_cg_node()
H A Ddt_parser.c1832 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); in dt_node_offsetof()
3773 type = ctf_type_resolve(ctfp, m.ctm_type); in dt_cook_op2()
3776 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE); in dt_cook_op2()
4304 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c410 ctm.ctm_type = mp->ml_type->t_id; in write_type()
414 SWAP_16(ctm.ctm_type); in write_type()
1155 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c629 child |= CTF_TYPE_ISCHILD(mp->ctm_type); in fbt_typoff_init()
718 child |= CTF_TYPE_ISCHILD(mp->ctm_type); in fbt_typoff_init()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info1055 uint32_t ctm_type;
1080 0x08 ‘uint32_t ctm_type’ The type ID of the type of the field.
1467 * ctf_member_t, ctm_type: Structs and unions. (line 55)
1528 * ctm_type: Structs and unions. (line 55)
1529 * ctm_type <1>: Structs and unions. (line 65)
1655 * struct ctf_member_v2, ctm_type: Structs and unions. (line 55)
H A Dctf-spec.texi1379 uint32_t ctm_type;
1420 @tab @code{uint32_t ctm_type}
1421 @vindex ctm_type
1422 @vindex struct ctf_member_v2, ctm_type
1423 @vindex ctf_member_t, ctm_type
1449 @vindex ctm_type
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi1379 uint32_t ctm_type;
1420 @tab @code{uint32_t ctm_type}
1421 @vindex ctm_type
1422 @vindex struct ctf_member_v2, ctm_type
1423 @vindex ctf_member_t, ctm_type
1449 @vindex ctm_type
H A Dctf-spec.info1055 uint32_t ctm_type;
1080 0x08 'uint32_t ctm_type' The type ID of the type of the field.
1467 * ctf_member_t, ctm_type: Structs and unions. (line 55)
1528 * ctm_type: Structs and unions. (line 55)
1529 * ctm_type <1>: Structs and unions. (line 65)
1655 * struct ctf_member_v2, ctm_type: Structs and unions. (line 55)
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c546 hp, cd), u.mp->ctm_type, in read_types()

12