Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c1858 enum { RR_Undef, RR_Same, RR_CFAOff, RR_CFAValOff, enumerator
1871 case RR_Undef: VG_(printf)("u "); break; in ppRegRule()
1961 if (RR_Undef != 0) in initUnwindContext()
1962 ctx->state[j].reg[i].tag = RR_Undef; in initUnwindContext()
2102 case RR_Undef: \ in summarise_context()
2153 if (ctxs->reg[FP_REG].tag == RR_Undef) in summarise_context()
3134 ctxs->reg[reg].tag = RR_Undef; in run_CF_instruction()