Searched refs:UNW_X86_EBP (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/src/x86/
H A DGglobal.c37 UNW_X86_ESP, UNW_X86_EBP, UNW_X86_ESI, UNW_X86_EDI,
H A DGget_save_loc.c45 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break;
H A Dinit.h38 c->dwarf.loc[EBP] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EBP);
H A DGregs.c84 case UNW_X86_EBP: loc = c->dwarf.loc[EBP]; break;
H A DGos-freebsd.c186 case UNW_X86_EBP: off = FREEBSD_UC_MCONTEXT_EBP_OFF; break;
320 case UNW_X86_EBP: addr = &uc->uc_mcontext.mc_ebp; break;
H A DGos-linux.c170 case UNW_X86_EBP: off = LINUX_SC_EBP_OFF; break;
268 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break;
/external/libunwind/include/
H A Dlibunwind-x86.h81 UNW_X86_EBP, /* (optional) frame-register */ enumerator in enum:__anon24685
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dunwind.c95 case UNW_X86_EBP:
/external/libunwind/src/coredump/
H A D_UCD_access_reg_freebsd.c61 case UNW_X86_EBP:
H A D_UCD_access_reg_linux.c97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long),
/external/libcxxabi/include/
H A Dlibunwind.h159 UNW_X86_EBP = 4, enumerator in enum:__anon23594
/external/libcxxabi/src/Unwind/
H A DRegisters.hpp125 case UNW_X86_EBP:
157 case UNW_X86_EBP:
187 case UNW_X86_EBP:
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c275 [UNW_X86_EBP] = 0x14,

Completed in 490 milliseconds