HomeSort by: relevance | last modified time | path
    Searched refs:ctm_type (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
struct-lookup.c 34 type_name = ctf_type_aname (fp, mi.ctm_type);
41 type_name = ctf_type_aname (fp, mi.ctm_type);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
struct-lookup.c 34 type_name = ctf_type_aname (fp, mi.ctm_type);
41 type_name = ctf_type_aname (fp, mi.ctm_type);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 118 __uint16_t ctm_type; member in struct:ctf_member_v2
124 __uint32_t ctm_type; member in struct:ctf_member_v3
ctf_api.h 94 ctf_id_t ctm_type; /* type of struct or union member */ member in struct:ctf_membinfo
  /src/external/gpl3/binutils/dist/include/
ctf.h 532 unsigned short ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v1
549 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
ctf-api.h 146 ctf_id_t ctm_type; /* Type of struct or union member. */ member in struct:ctf_membinfo
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 531 unsigned short ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v1
548 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
ctf-api.h 146 ctf_id_t ctm_type; /* Type of struct or union member. */ member in struct:ctf_membinfo
  /src/external/gpl3/gcc/dist/include/
ctf.h 531 unsigned short ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v1
548 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
  /src/external/gpl3/gdb/dist/include/
ctf.h 531 unsigned short ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v1
548 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
ctf-api.h 146 ctf_id_t ctm_type; /* Type of struct or union member. */ member in struct:ctf_membinfo
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 531 unsigned short ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v1
548 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
ctf-api.h 145 ctf_id_t ctm_type; /* Type of struct or union member. */ member in struct:ctf_membinfo
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 447 uint32_t ctm_type; /* Reference to type of member. */ member in struct:ctf_member_v2
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 596 tmp.ctm_type = m1->ctm_type;
602 tmp.ctm_type = lm1->ctlm_type;
607 m2->ctm_type = tmp.ctm_type;
613 lm2->ctlm_type = tmp.ctm_type;
1286 swap_thing (m->ctm_type);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 596 tmp.ctm_type = m1->ctm_type;
602 tmp.ctm_type = lm1->ctlm_type;
607 m2->ctm_type = tmp.ctm_type;
613 lm2->ctlm_type = tmp.ctm_type;
1286 swap_thing (m->ctm_type);
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 596 tmp.ctm_type = m1->ctm_type;
602 tmp.ctm_type = lm1->ctlm_type;
607 m2->ctm_type = tmp.ctm_type;
613 lm2->ctlm_type = tmp.ctm_type;
1286 swap_thing (m->ctm_type);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 596 tmp.ctm_type = m1->ctm_type;
602 tmp.ctm_type = lm1->ctlm_type;
607 m2->ctm_type = tmp.ctm_type;
613 lm2->ctlm_type = tmp.ctm_type;
1203 swap_thing (m->ctm_type);
  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 143 type = ctm->ctm_type;
159 type = ctm->ctm_type;
828 mip->ctm_type = xtype;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1910 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 406 ctm.ctm_type = mp->ml_type->t_id;
410 SWAP_32(ctm.ctm_type);
1229 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1261 (*mpp)->ml_type = tdarr[ctm->ctm_type];
  /src/external/cddl/osnet/dev/fbt/
fbt.c 629 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
718 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 617 hp, cd), u.mp2->ctm_type,
636 hp, cd), u.mp3->ctm_type,

Completed in 74 milliseconds

1 2