Searched refs:SUMMARISE_HOW (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 2140 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() macro 2181 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context() 2183 SUMMARISE_HOW(si_m->bp_how, si_m->bp_off, in summarise_context() 2216 SUMMARISE_HOW(si_m->r14_how, si_m->r14_off, in summarise_context() 2222 SUMMARISE_HOW(si_m->r12_how, si_m->r12_off, in summarise_context() 2225 SUMMARISE_HOW(si_m->r11_how, si_m->r11_off, in summarise_context() 2228 SUMMARISE_HOW(si_m->r7_how, si_m->r7_off, in summarise_context() 2246 SUMMARISE_HOW(si_m->ra_how, si_m->ra_off, in summarise_context() 2271 SUMMARISE_HOW(si_m->x30_how, si_m->x30_off, ctxs->reg[30/*LR*/]); in summarise_context() 2272 SUMMARISE_HOW(si_m->x29_how, si_m->x29_off, ctxs->reg[29/*FP*/]); in summarise_context() [all …]
|