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

/external/valgrind/coregrind/m_debuginfo/
H A Dreadexidx.c749 UChar* rX_howP = NULL; local
751 maybeFindExprForRegno(&rX_howP, &rX_offP, &state->cfi, i);
752 if (rX_howP) {
754 /* rX_howP and rX_offP point at one of the rX fields
757 *rX_howP = CFIR_MEMCFAREL;
787 UChar* rX_howP = NULL; local
789 maybeFindExprForRegno(&rX_howP, &rX_offP, &state->cfi, reg_no);
790 if (rX_howP) {
792 if (*rX_howP == CFIR_UNKNOWN) {
803 state->cfi.r13_how = *rX_howP;
[all...]

Completed in 73 milliseconds