Searched refs:sp_how (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 253 UChar sp_how; /* a CFIR_ value */ member 287 UChar sp_how; /* a CFIR_ value */ /*dw31=SP*/ member 314 UChar sp_how; /* a CFIR_ value */ member 328 UChar sp_how; /* a CFIR_ value */ member 341 UChar sp_how; /* a CFIR_ value */ member
|
D | readdwarf.c | 2188 si_m->sp_how = CFIR_CFAREL; in summarise_context() 2294 si_m->sp_how = CFIR_CFAREL; in summarise_context() 2317 SUMMARISE_HOW(si_m->sp_how, si_m->sp_off, in summarise_context() 2321 if (si_m->sp_how == CFIR_UNKNOWN) in summarise_context() 2322 si_m->sp_how = CFIR_SAME; in summarise_context() 2366 SUMMARISE_HOW(si_m->sp_how, si_m->sp_off, in summarise_context() 2368 si_m->sp_how = CFIR_CFAREL; in summarise_context() 2408 SUMMARISE_HOW(si_m->sp_how, si_m->sp_off, in summarise_context() 2410 si_m->sp_how = CFIR_CFAREL; in summarise_context()
|
D | storage.c | 191 SHOW_HOW(si_m->sp_how, si_m->sp_off); in ML_() 208 SHOW_HOW(si_m->sp_how, si_m->sp_off); in ML_() 213 SHOW_HOW(si_m->sp_how, si_m->sp_off); in ML_() 220 SHOW_HOW(si_m->sp_how, si_m->sp_off); in ML_()
|
D | debuginfo.c | 2968 COMPUTE(uregsPrev.xsp, uregsHere->xsp, cfsi_m->sp_how, cfsi_m->sp_off); in VG_() 2979 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi_m->sp_how, cfsi_m->sp_off); in VG_() 2983 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi_m->sp_how, cfsi_m->sp_off); in VG_() 2988 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi_m->sp_how, cfsi_m->sp_off); in VG_() 2993 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi_m->sp_how, cfsi_m->sp_off); in VG_()
|