Searched refs:sp_how (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 201 UChar sp_how; /* a CFIR_ value */ member 251 UChar sp_how; /* a CFIR_ value */ member 267 UChar sp_how; /* a CFIR_ value */ member
|
D | readdwarf.c | 2261 si->sp_how = CFIR_CFAREL; in summarise_context() 2347 SUMMARISE_HOW(si->sp_how, si->sp_off, in summarise_context() 2351 if (si->sp_how == CFIR_UNKNOWN) in summarise_context() 2352 si->sp_how = CFIR_SAME; in summarise_context() 2397 SUMMARISE_HOW(si->sp_how, si->sp_off, in summarise_context() 2399 si->sp_how = CFIR_CFAREL; in summarise_context()
|
D | storage.c | 177 SHOW_HOW(si->sp_how, si->sp_off); in ML_() 194 SHOW_HOW(si->sp_how, si->sp_off); in ML_()
|
D | debuginfo.c | 2490 COMPUTE(uregsPrev.xsp, uregsHere->xsp, cfsi->sp_how, cfsi->sp_off); in VG_() 2501 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi->sp_how, cfsi->sp_off); in VG_() 2505 COMPUTE(uregsPrev.sp, uregsHere->sp, cfsi->sp_how, cfsi->sp_off); in VG_()
|
D | UNUSED_STABS.txt | 1233 UChar sp_how; /* a CFIR_ value */
|