Searched refs:fp_how (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 316 UChar fp_how; /* a CFIR_ value */ member 329 UChar fp_how; /* a CFIR_ value */ member 342 UChar fp_how; /* a CFIR_ value */ member
|
D | readdwarf.c | 2315 SUMMARISE_HOW(si_m->fp_how, si_m->fp_off, in summarise_context() 2324 if (si_m->fp_how == CFIR_UNKNOWN) in summarise_context() 2325 si_m->fp_how = CFIR_SAME; in summarise_context() 2364 SUMMARISE_HOW(si_m->fp_how, si_m->fp_off, in summarise_context() 2371 if (si_m->fp_how == CFIR_UNKNOWN) in summarise_context() 2372 si_m->fp_how = CFIR_SAME; in summarise_context() 2406 SUMMARISE_HOW(si_m->fp_how, si_m->fp_off, in summarise_context() 2413 if (si_m->fp_how == CFIR_UNKNOWN) in summarise_context() 2414 si_m->fp_how = CFIR_SAME; in summarise_context()
|
D | debuginfo.c | 2980 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi_m->fp_how, cfsi_m->fp_off); in VG_() 2984 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi_m->fp_how, cfsi_m->fp_off); in VG_() 2994 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi_m->fp_how, cfsi_m->fp_off); in VG_()
|
D | storage.c | 210 SHOW_HOW(si_m->fp_how, si_m->fp_off); in ML_() 222 SHOW_HOW(si_m->fp_how, si_m->fp_off); in ML_()
|