Home
last modified time | relevance | path

Searched refs:STRUCT (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptrptr_to_struct()
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct()
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptr_to_struct()
129 (ml->ml_type->t_tdesc->t_type != STRUCT && in fix_ptr_to_struct()
223 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT) in fix_small_cpu_struct()
256 } else if (machcpu->t_type != STRUCT) { in fix_small_cpu_struct()
H A Dctftools.h138 STRUCT, enumerator
H A Dst_parse.c384 (void) soudef(cp, STRUCT, &rtdp); in parse_sou()
765 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp); in tdefdecl()
1061 if (tdp->t_type == STRUCT || tdp->t_type == UNION || in lookup_name()
H A Dctf.c314 case STRUCT: in write_type()
324 if (tp->t_type == STRUCT) in write_type()
1025 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION); in resurrect_types()
1143 if (tdp->t_type == STRUCT || tdp->t_type == UNION || in resurrect_types()
H A Dstabs.c88 if (!new || (new->t_type != STRUCT && new->t_type != UNION)) in resolve_fwd_node()
H A Ddwarf.c187 case STRUCT: in tdesc_size()
222 case STRUCT: in tdesc_bitsize()
1094 die_sou_create(dw, die, off, tdp, STRUCT, "struct"); in die_struct_create()
1166 const char *typename = (tdp->t_type == STRUCT ? "struct" : "union"); in die_sou_failed()
H A Dtdata.c81 case STRUCT: in tdesc_layouthash()
H A Dmerge.c351 return (defn->t_type == STRUCT || defn->t_type == UNION); in fwd_equiv()
/titanic_41/usr/src/tools/stabs/
H A Dstabs.h67 STRUCT, enumerator
H A Dmain.c243 if (tdp->type != STRUCT && tdp->type != UNION) in find_member()
407 case STRUCT: in printnode()
H A Dstabs.c387 soudef(cp, STRUCT, rtdp); in tagdecl()
533 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp); in tdefdecl()
756 if (tdp->type == STRUCT || tdp->type == UNION || in lookupname()
H A Dgenassym.c172 case STRUCT: in switch_on_type()
H A Dforth.c149 case STRUCT: in switch_on_type()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y112 %token <ds_val> STRUCT UNION
343 : STRUCT
663 { "struct", STRUCT, TS_STRUCT }, in lookup_keyword()