Home
last modified time | relevance | path

Searched refs:si_m (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2013 /*OUT*/DiCfSI_m* si_m, in summarise_context() argument
2023 VG_(bzero_inline)(si_m, sizeof(*si_m)); in summarise_context()
2048 si_m->cfa_how = CFIC_EXPR; in summarise_context()
2049 si_m->cfa_off = conv; in summarise_context()
2055 si_m->cfa_off = ctxs->cfa_off; in summarise_context()
2058 si_m->cfa_how = CFIC_IA_SPREL; in summarise_context()
2060 si_m->cfa_how = CFIC_ARM_R13REL; in summarise_context()
2062 si_m->cfa_how = CFIC_ARM64_SPREL; in summarise_context()
2064 si_m->cfa_how = 0; /* invalid */ in summarise_context()
2069 si_m->cfa_off = ctxs->cfa_off; in summarise_context()
[all …]
Dstorage.c121 const DiCfSI_m* si_m ) in ML_()
151 switch (si_m->cfa_how) { in ML_()
153 VG_(printf)("let cfa=oldSP+%d", si_m->cfa_off); in ML_()
156 VG_(printf)("let cfa=oldBP+%d", si_m->cfa_off); in ML_()
159 VG_(printf)("let cfa=oldR13+%d", si_m->cfa_off); in ML_()
162 VG_(printf)("let cfa=oldR12+%d", si_m->cfa_off); in ML_()
165 VG_(printf)("let cfa=oldR11+%d", si_m->cfa_off); in ML_()
171 VG_(printf)("let cfa=oldR7+%d", si_m->cfa_off); in ML_()
174 VG_(printf)("let cfa=oldSP+%d", si_m->cfa_off); in ML_()
177 VG_(printf)("let cfa=oldX29+%d", si_m->cfa_off); in ML_()
[all …]
Dpriv_storage.h1129 const DiCfSI_m* si_m );