Home
last modified time | relevance | path

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

/external/libunwind/src/ppc32/
DGstep.c142 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); in unw_step()
165 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); in unw_step()
Ducontext_i.h50 #define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[1] - (void *)&dmy_ctxt) macro
/external/libunwind/src/ppc64/
DGstep.c143 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); in unw_step()
166 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); in unw_step()
Ducontext_i.h58 #define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.gp_regs[1] - (void *)&dmy_ctxt) macro