OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UC_MCONTEXT_GREGS_XER
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/ppc32/
ucontext_i.h
86
#define
UC_MCONTEXT_GREGS_XER
((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[XER_IDX] - (void *)&dmy_ctxt)
Gstep.c
238
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_XER
, 0);
/external/libunwind/src/ppc64/
ucontext_i.h
94
#define
UC_MCONTEXT_GREGS_XER
((void *)&dmy_ctxt.uc_mcontext.gp_regs[XER_IDX] - (void *)&dmy_ctxt)
Gstep.c
238
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_XER
, 0);
Completed in 32 milliseconds