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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h129 CFIC_IA_SPREL -> {e,r}sp + cfa_off
130 CFIC_IA_BPREL -> {e,r}bp + cfa_off
131 CFIR_IA_EXPR -> expr whose index is in cfa_off
148 CFIC_R13REL -> r13 + cfa_off
149 CFIC_R12REL -> r12 + cfa_off
150 CFIC_R11REL -> r11 + cfa_off
151 CFIC_R7REL -> r7 + cfa_off
152 CFIR_EXPR -> expr whose index is in cfa_off
166 CFIC_IA_SPREL -> r15 + cfa_off
167 CFIC_IA_BPREL -> r11 + cfa_off
203 Int cfa_off; member in struct:__anon27158
221 Int cfa_off; member in struct:__anon27159
241 Int cfa_off; member in struct:__anon27160
254 Int cfa_off; member in struct:__anon27161
269 Int cfa_off; member in struct:__anon27162
[all...]
H A Dreaddwarf.c1950 CFA = cfa_reg + cfa_off when UnwindContext.cfa_is_regoff==True
1955 and cfa_off must be zero
2031 Int cfa_off; /* in bytes */ member in struct:__anon27203::UnwindContextState
2052 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg);
2081 ctx->state[j].cfa_off = 0;
2168 si->cfa_off = conv;
2174 si->cfa_off = ctxs->cfa_off;
2186 si->cfa_off = ctxs->cfa_off;
[all...]
H A Dstorage.c144 VG_(printf)("let cfa=oldSP+%d", si->cfa_off);
147 VG_(printf)("let cfa=oldBP+%d", si->cfa_off);
150 VG_(printf)("let cfa=oldR13+%d", si->cfa_off);
153 VG_(printf)("let cfa=oldR12+%d", si->cfa_off);
156 VG_(printf)("let cfa=oldR11+%d", si->cfa_off);
162 VG_(printf)("let cfa=oldR7+%d", si->cfa_off);
166 ML_(ppCfiExpr)(exprs, si->cfa_off);
H A Ddebuginfo.c2285 cfa = cfsi->cfa_off + uregs->xsp;
2288 cfa = cfsi->cfa_off + uregs->xbp;
2292 cfa = cfsi->cfa_off + uregs->r13;
2295 cfa = cfsi->cfa_off + uregs->r12;
2298 cfa = cfsi->cfa_off + uregs->r11;
2301 cfa = cfsi->cfa_off + uregs->r7;
2305 cfa = cfsi->cfa_off + uregs->sp;
2309 Addr a = uregs->sp + cfsi->cfa_off;
2319 cfa = cfsi->cfa_off + uregs->fp;
2323 cfa = cfsi->cfa_off
[all...]

Completed in 42 milliseconds