Home
last modified time | relevance | path

Searched refs:UNW_X86_EAX (Results 1 – 12 of 12) sorted by relevance

/external/libunwind/src/x86/
DGregs.c62 case UNW_X86_EAX: in tdep_access_reg()
64 arg_num = reg - UNW_X86_EAX; in tdep_access_reg()
78 loc = c->dwarf.loc[(reg == UNW_X86_EAX) ? EAX : EDX]; in tdep_access_reg()
DGglobal.c36 UNW_X86_EAX, UNW_X86_ECX, UNW_X86_EDX, UNW_X86_EBX,
DGos-linux.c179 case UNW_X86_EAX: off = LINUX_SC_EAX_OFF; break; in x86_get_scratch_loc()
266 case UNW_X86_EAX: addr = &uc->uc_mcontext.gregs[REG_EAX]; break; in x86_r_uc_addr()
DGos-freebsd.c191 case UNW_X86_EAX: off = FREEBSD_UC_MCONTEXT_EAX_OFF; break; in x86_get_scratch_loc()
314 case UNW_X86_EAX: addr = &uc->uc_mcontext.mc_eax; break; in x86_r_uc_addr()
DGget_save_loc.c40 case UNW_X86_EAX: loc = c->dwarf.loc[EAX]; break; in unw_get_save_loc()
Dinit.h33 c->dwarf.loc[EAX] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EAX); in common_init()
/external/libunwind/include/
Dlibunwind-x86.h75 UNW_X86_EAX, /* scratch (exception argument 1) */ enumerator
152 UNW_TDEP_EH = UNW_X86_EAX
/external/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c43 case UNW_X86_EAX: in _UCD_access_reg()
D_UCD_access_reg_linux.c91 [UNW_X86_EAX] = offsetof(struct user_regs_struct, eax) / sizeof(long), in _UCD_access_reg()
/external/libunwind_llvm/include/
Dlibunwind.h139 UNW_X86_EAX = 0, enumerator
/external/libunwind_llvm/src/
DRegisters.hpp129 case UNW_X86_EAX: in getRegister()
165 case UNW_X86_EAX: in setRegister()
207 case UNW_X86_EAX: in getRegisterName()
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c269 [UNW_X86_EAX] = 0x18,