Searched refs:SUMMARISE_HOW (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf.c | 2183 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() macro 2224 SUMMARISE_HOW(si->ra_how, si->ra_off, in summarise_context() 2226 SUMMARISE_HOW(si->bp_how, si->bp_off, in summarise_context() 2259 SUMMARISE_HOW(si->r14_how, si->r14_off, in summarise_context() 2265 SUMMARISE_HOW(si->r12_how, si->r12_off, in summarise_context() 2268 SUMMARISE_HOW(si->r11_how, si->r11_off, in summarise_context() 2271 SUMMARISE_HOW(si->r7_how, si->r7_off, in summarise_context() 2289 SUMMARISE_HOW(si->ra_how, si->ra_off, in summarise_context() 2316 # undef SUMMARISE_HOW in summarise_context()
|