OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_X86_EIP
(Results
1 - 10
of
10
) sorted by null
/external/libunwind/src/x86/
Gglobal.c
38
UNW_X86_EIP
, UNW_X86_EFLAGS, UNW_X86_TRAPNO,
Gget_save_loc.c
38
case
UNW_X86_EIP
: loc = c->dwarf.loc[EIP]; break;
init.h
41
c->dwarf.loc[EIP] = DWARF_REG_LOC (&c->dwarf,
UNW_X86_EIP
);
Gregs.c
49
case
UNW_X86_EIP
:
Gos-freebsd.c
193
case
UNW_X86_EIP
: off = FREEBSD_UC_MCONTEXT_EIP_OFF; break;
321
case
UNW_X86_EIP
: addr = &uc->uc_mcontext.mc_eip; break;
Gos-linux.c
181
case
UNW_X86_EIP
: off = LINUX_SC_EIP_OFF; break;
273
case
UNW_X86_EIP
: addr = &uc->uc_mcontext.gregs[REG_EIP]; break;
/external/libunwind/include/
libunwind-x86.h
83
UNW_X86_EIP
, /* frame-register */
150
UNW_TDEP_IP =
UNW_X86_EIP
,
/external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c
67
case
UNW_X86_EIP
:
_UCD_access_reg_linux.c
99
[
UNW_X86_EIP
] = offsetof(struct user_regs_struct, eip) / sizeof(long),
/external/libunwind/src/ptrace/
_UPT_reg_offset.c
276
[
UNW_X86_EIP
] = 0x30,
Completed in 716 milliseconds