Searched refs:STRUCT (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 66 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 D | ctftools.h | 138 STRUCT, enumerator
|
H A D | st_parse.c | 384 (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 D | ctf.c | 314 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 D | stabs.c | 88 if (!new || (new->t_type != STRUCT && new->t_type != UNION)) in resolve_fwd_node()
|
H A D | dwarf.c | 187 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 D | tdata.c | 81 case STRUCT: in tdesc_layouthash()
|
H A D | merge.c | 351 return (defn->t_type == STRUCT || defn->t_type == UNION); in fwd_equiv()
|
/titanic_50/usr/src/tools/stabs/ |
H A D | stabs.h | 67 STRUCT, enumerator
|
H A D | main.c | 243 if (tdp->type != STRUCT && tdp->type != UNION) in find_member() 407 case STRUCT: in printnode()
|
H A D | stabs.c | 387 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 D | genassym.c | 172 case STRUCT: in switch_on_type()
|
H A D | forth.c | 149 case STRUCT: in switch_on_type()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 112 %token <ds_val> STRUCT UNION 343 : STRUCT 663 { "struct", STRUCT, TS_STRUCT }, in lookup_keyword()
|