Home
last modified time | relevance | path

Searched refs:REG_EBP (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/arch/i386/bits/
Dsignal.h22 enum { REG_EBP = 6 }; enumerator
23 #define REG_EBP REG_EBP macro
/third_party/libunwind/src/x86/
DGos-linux.c270 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break; in x86_r_uc_addr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_x86-inl.inc126 const auto bp = uc->uc_mcontext.gregs[REG_EBP];
214 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_EBP]);
/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_x86-inl.inc126 const auto bp = uc->uc_mcontext.gregs[REG_EBP];
215 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_EBP]);
/third_party/ltp/tools/sparse/sparse-src/
Dexample.c131 #define REG_EBP 6 macro
755 op->base = hardregs + REG_EBP; in get_generic_operand()
781 op->base = hardregs + REG_EBP; in get_generic_operand()