Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h203 Int cfa_off; member
221 Int cfa_off; member
241 Int cfa_off; member
254 Int cfa_off; member
269 Int cfa_off; member
Dreaddwarf.c2031 Int cfa_off; /* in bytes */ member
2052 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg); in ppUnwindContext()
2168 si->cfa_off = conv; in summarise_context()
2174 si->cfa_off = ctxs->cfa_off; in summarise_context()
2186 si->cfa_off = ctxs->cfa_off; in summarise_context()
2200 si->cfa_off = ctxs->cfa_off; in summarise_context()
2205 si->cfa_off = ctxs->cfa_off; in summarise_context()
2359 si->cfa_off = 160; in summarise_context()
2406 si->cfa_off = 160; in summarise_context()
2542 VG_(printf)("SP/CFA=%d+SP ", ctxs->cfa_off); in ppUnwindContext_summary()
[all …]
Ddebuginfo.c2285 cfa = cfsi->cfa_off + uregs->xsp; in compute_cfa()
2288 cfa = cfsi->cfa_off + uregs->xbp; in compute_cfa()
2292 cfa = cfsi->cfa_off + uregs->r13; in compute_cfa()
2295 cfa = cfsi->cfa_off + uregs->r12; in compute_cfa()
2298 cfa = cfsi->cfa_off + uregs->r11; in compute_cfa()
2301 cfa = cfsi->cfa_off + uregs->r7; in compute_cfa()
2305 cfa = cfsi->cfa_off + uregs->sp; in compute_cfa()
2309 Addr a = uregs->sp + cfsi->cfa_off; in compute_cfa()
2319 cfa = cfsi->cfa_off + uregs->fp; in compute_cfa()
2323 cfa = cfsi->cfa_off + uregs->sp; in compute_cfa()
[all …]
Dstorage.c144 VG_(printf)("let cfa=oldSP+%d", si->cfa_off); in ML_()
147 VG_(printf)("let cfa=oldBP+%d", si->cfa_off); in ML_()
150 VG_(printf)("let cfa=oldR13+%d", si->cfa_off); in ML_()
153 VG_(printf)("let cfa=oldR12+%d", si->cfa_off); in ML_()
156 VG_(printf)("let cfa=oldR11+%d", si->cfa_off); in ML_()
162 VG_(printf)("let cfa=oldR7+%d", si->cfa_off); in ML_()
166 ML_(ppCfiExpr)(exprs, si->cfa_off); in ML_()
DUNUSED_STABS.txt1209 cfa = if cfa_sprel then sp+cfa_off else fp+cfa_off
1235 Int cfa_off;