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.c2176 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2192 if (si_m->ra_how == CFIR_SAME) in summarise_context()
2238 si_m->ra_how = CFIR_EXPR; in summarise_context()
2241 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2281 si_m->ra_how = CFIR_EXPR; in summarise_context()
2284 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, ctxs->reg[ctx->ra_reg]); in summarise_context()
2308 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context()
2326 if (si_m->ra_how == CFIR_UNKNOWN) { in summarise_context()
2332 si_m->ra_how = CFIR_EXPR; in summarise_context()
2338 if (si_m->ra_how == CFIR_SAME) in summarise_context()
[all …]
Ddebuginfo.c2929 COMPUTE(uregsPrev.xip, uregsHere->xip, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2933 COMPUTE(uregsPrev.r15, uregsHere->r15, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2940 COMPUTE(uregsPrev.ia, uregsHere->ia, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2944 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2949 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
2954 COMPUTE(uregsPrev.pc, uregsHere->pc, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()
Dstorage.c185 SHOW_HOW(si_m->ra_how, si_m->ra_off); in ML_()