Home
last modified time | relevance | path

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

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