Searched refs:UNW_X86_EBP (Results 1 – 12 of 12) sorted by relevance
/external/libunwind/src/x86/ |
D | Gglobal.c | 37 UNW_X86_ESP, UNW_X86_EBP, UNW_X86_ESI, UNW_X86_EDI,
|
D | Gos-linux.c | 174 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()
|
D | Gos-freebsd.c | 186 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()
|
D | Gget_save_loc.c | 45 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break; in unw_get_save_loc()
|
D | init.h | 38 c->dwarf.loc[EBP] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EBP); in common_init()
|
D | Gregs.c | 84 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break; in tdep_access_reg()
|
/external/libunwind/include/ |
D | libunwind-x86.h | 81 UNW_X86_EBP, /* (optional) frame-register */ enumerator
|
/external/libunwind/src/coredump/ |
D | _UCD_access_reg_freebsd.c | 61 case UNW_X86_EBP: in _UCD_access_reg()
|
D | _UCD_access_reg_linux.c | 97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long), in _UCD_access_reg()
|
/external/libunwind_llvm/src/ |
D | Registers.hpp | 140 case UNW_X86_EBP: in getRegister() 144 case UNW_X86_EBP: in getRegister() 180 case UNW_X86_EBP: in setRegister() 185 case UNW_X86_EBP: in setRegister() 215 case UNW_X86_EBP: in getRegisterName()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 143 UNW_X86_EBP = 4, enumerator
|
/external/libunwind/src/ptrace/ |
D | _UPT_reg_offset.c | 275 [UNW_X86_EBP] = 0x14,
|