Home
last modified time | relevance | path

Searched refs:RR_Same (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
1872 case RR_Same: VG_(printf)("s "); break; in ppRegRule()
1968 ctx->state[j].reg[11].tag = RR_Same; in initUnwindContext()
1970 ctx->state[j].reg[14].tag = RR_Same; in initUnwindContext()
1971 ctx->state[j].reg[12].tag = RR_Same; in initUnwindContext()
1972 ctx->state[j].reg[7].tag = RR_Same; in initUnwindContext()
1977 ctx->state[j].reg[29/*FP*/].tag = RR_Same; in initUnwindContext()
1978 ctx->state[j].reg[30/*LR*/].tag = RR_Same; in initUnwindContext()
2104 case RR_Same: \ in summarise_context()
2191 if (ctxs->reg[14/*LR*/].tag == RR_Same in summarise_context()
[all …]