Searched refs:SYM_FIELD (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2234 #define SYM_FIELD 0x20000000 /* struct/union field symbol space */
6007 sym_push(sym->v & ~SYM_FIELD, type,
7442 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) {
7486 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) {
8342 s = sym_push2(&define_stack, varg | SYM_FIELD, is_vaargs, 0);
9799 sym_push2(&args, sa->v & ~SYM_FIELD, sa->type.t, (long)str.str);
11641 s = sym_push(SYM_FIELD, type, 0, -1);
12288 ss = sym_push(v | SYM_FIELD, &type1, 0, offset);
12529 s = sym_push(n | SYM_FIELD, &pt, 0, 0);
12551 s = sym_push(SYM_FIELD, typ
2232 #define SYM_FIELD macro
[all...]

Completed in 100 milliseconds