OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UC_MCONTEXT_GREGS_R10
(Results
1 - 6
of
6
) sorted by null
/external/libunwind/src/x86_64/
ucontext_i.h
28
#define
UC_MCONTEXT_GREGS_R10
0x38
58
#define
UC_MCONTEXT_GREGS_R10
0x60
Gos-freebsd.c
121
c->dwarf.loc[R10] = DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R10
, 0);
/external/libunwind/src/ppc32/
ucontext_i.h
59
#define
UC_MCONTEXT_GREGS_R10
((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[10] - (void *)&dmy_ctxt)
Gstep.c
183
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R10
, 0);
/external/libunwind/src/ppc64/
ucontext_i.h
67
#define
UC_MCONTEXT_GREGS_R10
((void *)&dmy_ctxt.uc_mcontext.gp_regs[10] - (void *)&dmy_ctxt)
Gstep.c
184
DWARF_LOC (ucontext +
UC_MCONTEXT_GREGS_R10
, 0);
Completed in 251 milliseconds