Searched refs:fp_how (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 291 UChar fp_how; /* a CFIR_ value */ member 306 UChar fp_how; /* a CFIR_ value */ member
|
D | readdwarf.c | 2408 SUMMARISE_HOW(si->fp_how, si->fp_off, in summarise_context() 2417 if (si->fp_how == CFIR_UNKNOWN) in summarise_context() 2418 si->fp_how = CFIR_SAME; in summarise_context() 2457 SUMMARISE_HOW(si->fp_how, si->fp_off, in summarise_context() 2464 if (si->fp_how == CFIR_UNKNOWN) in summarise_context() 2465 si->fp_how = CFIR_SAME; in summarise_context()
|
D | debuginfo.c | 2552 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi->fp_how, cfsi->fp_off); in VG_() 2556 COMPUTE(uregsPrev.fp, uregsHere->fp, cfsi->fp_how, cfsi->fp_off); in VG_()
|
D | storage.c | 203 SHOW_HOW(si->fp_how, si->fp_off); in ML_()
|
D | UNUSED_STABS.txt | 1234 UChar fp_how; /* a CFIR_ value */
|