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

/external/valgrind/main/perf/
H A Dtinycc.c2177 struct Sym *sym; /* symbol, if (VT_SYM | VT_CONST) */
2514 #define VT_SYM 0x0200 /* a symbol value is added */
5704 /* output constant with relocation if 'r & VT_SYM' is true */
5707 if (r & VT_SYM)
5854 if (vtop->r & VT_SYM) {
6141 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
6167 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
6232 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
10144 sym->r = VT_CONST | VT_SYM;
10155 vsetc(type, VT_CONST | VT_SYM,
2512 #define VT_SYM macro
[all...]

Completed in 41 milliseconds