Home
last modified time | relevance | path

Searched refs:UNW_X86_EBP (Results 1 – 10 of 10) sorted by relevance

/third_party/libunwind/src/x86/
DGglobal.c37 UNW_X86_ESP, UNW_X86_EBP, UNW_X86_ESI, UNW_X86_EDI,
DGos-linux.c172 case UNW_X86_EBP: off = LINUX_SC_EBP_OFF; break; in x86_get_scratch_loc()
270 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.c200 case UNW_X86_EBP: off = FREEBSD_UC_MCONTEXT_EBP_OFF; break; in x86_get_scratch_loc()
334 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()
/third_party/libunwind/include/
Dlibunwind-x86.h85 UNW_X86_EBP, /* (optional) frame-register */ enumerator
/third_party/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c61 case UNW_X86_EBP: in _UCD_access_reg()
D_UCD_access_reg_linux.c114 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long), in _UCD_access_reg()
/third_party/libunwind/src/ptrace/
D_UPT_reg_offset.c322 [UNW_X86_EBP] = 0x14,