Searched defs:cfa_off (Results 1 - 2 of 2) 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:__anon12171
221 Int cfa_off; member in struct:__anon12172
241 Int cfa_off; member in struct:__anon12173
254 Int cfa_off; member in struct:__anon12174
[all...]
H A Dreaddwarf.c1932 CFA = cfa_reg + cfa_off when UnwindContext.cfa_is_regoff==True
1937 and cfa_off must be zero
2013 Int cfa_off; /* in bytes */ member in struct:__anon12215::UnwindContextState
2034 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg);
2063 ctx->state[j].cfa_off = 0;
2150 si->cfa_off = conv;
2156 si->cfa_off = ctxs->cfa_off;
2167 si->cfa_off = ctxs->cfa_off;
[all...]

Completed in 62 milliseconds