Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h252 UChar ra_how; /* a CFIR_ value */ member
265 UChar ra_how; /* a CFIR_ value */ member
286 UChar ra_how; /* a CFIR_ value */ member
305 UChar ra_how; /* a CFIR_ value */ member
315 UChar ra_how; /* a CFIR_ value */ member
327 UChar ra_how; /* a CFIR_ value */ member
340 UChar ra_how; /* a CFIR_ value */ member
Dreadexidx.c642 case 15: *howPP = &cfsi_m->ra_how; *offPP = &cfsi_m->ra_off; return; in maybeFindExprForRegno()
690 if (MENTIONS_CFA(cfi->ra_how)) return True; in mentionsCFA()
723 if (state->cfi.ra_how == CFIR_UNKNOWN) { in TranslateCmd()
725 state->cfi.ra_how = CFIR_EXPR; in TranslateCmd()
729 state->cfi.ra_how = state->cfi.r14_how; in TranslateCmd()
870 state->cfi.ra_how = CFIR_UNKNOWN; in AddStackFrame()
Dreaddwarf.c2181 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2197 if (si_m->ra_how == CFIR_SAME) in summarise_context()
2243 si_m->ra_how = CFIR_EXPR; in summarise_context()
2246 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2286 si_m->ra_how = CFIR_EXPR; in summarise_context()
2289 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, ctxs->reg[ctx->ra_reg]); in summarise_context()
2313 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2331 if (si_m->ra_how == CFIR_UNKNOWN) { in summarise_context()
2337 si_m->ra_how = CFIR_EXPR; in summarise_context()
2343 if (si_m->ra_how == CFIR_SAME) in summarise_context()
[all …]
Ddebuginfo.c2967 COMPUTE(uregsPrev.xip, uregsHere->xip, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2971 COMPUTE(uregsPrev.r15, uregsHere->r15, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2978 COMPUTE(uregsPrev.ia, uregsHere->ia, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2982 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2987 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2992 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
Dstorage.c188 SHOW_HOW(si_m->ra_how, si_m->ra_off); in ML_()