Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 9 of 9) sorted by relevance

/system/core/debuggerd/crasher/x86/
Dcrashglue.S14 movl $0, %ebp
15 jmp *%ebp
/system/core/libunwindstack/tests/files/offline/debug_frame_first_x86/
Dregs.txt5 ebp: ffcf9e48
/system/core/libunwindstack/
DRegsX86.cpp92 (*regs)[X86_REG_EBP] = user->ebp; in Read()
105 regs_[X86_REG_EBP] = ucontext->uc_mcontext.ebp; in SetFromUcontext()
146 regs_[X86_REG_EBP] = context.ebp; in StepIfSignalHandler()
DAsmGetRegsX86.S45 movl %ebp, 20(%eax)
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
Dregs.txt5 ebp: ffeb5298
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S14 movl $0, %ebp
/system/core/libunwindstack/include/unwindstack/
DUserX86.h40 uint32_t ebp; member
DUcontextX86.h51 uint32_t ebp; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp85 x86_user_regs.ebp = static_cast<uint32_t>(regs.data[PERF_REG_X86_BP]); in GetBacktraceRegs()