OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UC_MCONTEXT_GREGS_R1
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/ppc32/
Gstep.c
142
sp_loc = DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R1
, 0);
165
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R1
, 0);
ucontext_i.h
50
#define
UC_MCONTEXT_GREGS_R1
((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[1] - (void *)&dmy_ctxt)
/external/libunwind/src/ppc64/
Gstep.c
143
sp_loc = DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R1
, 0);
166
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R1
, 0);
ucontext_i.h
58
#define
UC_MCONTEXT_GREGS_R1
((void *)&dmy_ctxt.uc_mcontext.gp_regs[1] - (void *)&dmy_ctxt)
Completed in 33 milliseconds