Searched refs:SYM_FIELD (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 2232 #define SYM_FIELD 0x20000000 /* struct/union field symbol space */ macro 6005 sym_push(sym->v & ~SYM_FIELD, type, in gfunc_prolog() 7440 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) { in sym_push() 7484 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) { in sym_pop() 8340 s = sym_push2(&define_stack, varg | SYM_FIELD, is_vaargs, 0); in parse_define() 9797 sym_push2(&args, sa->v & ~SYM_FIELD, sa->type.t, (long)str.str); in macro_subst_tok() 11639 s = sym_push(SYM_FIELD, type, 0, -1); in mk_pointer() 12286 ss = sym_push(v | SYM_FIELD, &type1, 0, offset); in struct_decl() 12527 s = sym_push(n | SYM_FIELD, &pt, 0, 0); in post_type() 12549 s = sym_push(SYM_FIELD, type, ad->func_call, l); in post_type() [all …]
|