Home
last modified time | relevance | path

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

/external/libunwind/src/x86/
DGglobal.c37 UNW_X86_ESP, UNW_X86_EBP, UNW_X86_ESI, UNW_X86_EDI,
DGos-linux.c172 case UNW_X86_EDI: off = LINUX_SC_EDI_OFF; break; in x86_get_scratch_loc()
271 case UNW_X86_EDI: addr = &uc->uc_mcontext.gregs[REG_EDI]; break; in x86_r_uc_addr()
Dinit.h40 c->dwarf.loc[EDI] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EDI); in common_init()
DGget_save_loc.c47 case UNW_X86_EDI: loc = c->dwarf.loc[EDI]; break; in unw_get_save_loc()
DGos-freebsd.c184 case UNW_X86_EDI: off = FREEBSD_UC_MCONTEXT_EDI_OFF; break; in x86_get_scratch_loc()
319 case UNW_X86_EDI: addr = &uc->uc_mcontext.mc_edi; break; in x86_r_uc_addr()
DGregs.c86 case UNW_X86_EDI: loc = c->dwarf.loc[EDI]; break; in tdep_access_reg()
/external/libunwind/include/
Dlibunwind-x86.h80 UNW_X86_EDI, /* preserved */ enumerator
/external/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c58 case UNW_X86_EDI: in _UCD_access_reg()
D_UCD_access_reg_linux.c96 [UNW_X86_EDI] = offsetof(struct user_regs_struct, edi) / sizeof(long), in _UCD_access_reg()
/external/libunwind_llvm/include/
Dlibunwind.h171 UNW_X86_EDI = 7 enumerator
/external/libunwind_llvm/src/
DRegisters.hpp139 case UNW_X86_EDI: in getRegister()
182 case UNW_X86_EDI: in setRegister()
209 case UNW_X86_EDI: in getRegisterName()
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c274 [UNW_X86_EDI] = 0x10,