Home
last modified time | relevance | path

Searched refs:UNW_X86_EBP (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.c174 case UNW_X86_EBP: off = LINUX_SC_EBP_OFF; break; in x86_get_scratch_loc()
272 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break; in x86_r_uc_addr()
Dinit.h38 c->dwarf.loc[EBP] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EBP); in common_init()
DGget_save_loc.c45 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break; in unw_get_save_loc()
DGos-freebsd.c186 case UNW_X86_EBP: off = FREEBSD_UC_MCONTEXT_EBP_OFF; break; in x86_get_scratch_loc()
320 case UNW_X86_EBP: addr = &uc->uc_mcontext.mc_ebp; break; in x86_r_uc_addr()
DGregs.c84 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break; in tdep_access_reg()
/external/libunwind/include/
Dlibunwind-x86.h81 UNW_X86_EBP, /* (optional) frame-register */ enumerator
/external/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c61 case UNW_X86_EBP: in _UCD_access_reg()
D_UCD_access_reg_linux.c97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long), in _UCD_access_reg()
/external/libunwind_llvm/src/
DRegisters.hpp128 case UNW_X86_EBP: in getRegister()
132 case UNW_X86_EBP: in getRegister()
168 case UNW_X86_EBP: in setRegister()
173 case UNW_X86_EBP: in setRegister()
203 case UNW_X86_EBP: in getRegisterName()
/external/libunwind_llvm/include/
Dlibunwind.h168 UNW_X86_EBP = 4, enumerator
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c275 [UNW_X86_EBP] = 0x14,