Home
last modified time | relevance | path

Searched refs:fp_how (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h320 UChar fp_how; /* a CFIR_ value */ member
333 UChar fp_how; /* a CFIR_ value */ member
Dreaddwarf.c2275 SUMMARISE_HOW(si_m->fp_how, si_m->fp_off, in summarise_context()
2284 if (si_m->fp_how == CFIR_UNKNOWN) in summarise_context()
2285 si_m->fp_how = CFIR_SAME; in summarise_context()
2324 SUMMARISE_HOW(si_m->fp_how, si_m->fp_off, in summarise_context()
2331 if (si_m->fp_how == CFIR_UNKNOWN) in summarise_context()
2332 si_m->fp_how = CFIR_SAME; in summarise_context()
Ddebuginfo.c3003 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi_m->fp_how, cfsi_m->fp_off); in VG_()
3007 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi_m->fp_how, cfsi_m->fp_off); in VG_()
Dstorage.c211 SHOW_HOW(si_m->fp_how, si_m->fp_off); in ML_()