Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c1892 enum { RR_Undef, RR_Same, RR_CFAOff, RR_CFAValOff, enumerator
1905 case RR_Undef: VG_(printf)("u "); break; in ppRegRule()
1995 if (RR_Undef != 0) in initUnwindContext()
1996 ctx->state[j].reg[i].tag = RR_Undef; in initUnwindContext()
2137 case RR_Undef: \ in summarise_context()
2188 if (ctxs->reg[FP_REG].tag == RR_Undef) in summarise_context()
3218 ctxs->reg[reg].tag = RR_Undef; in run_CF_instruction()