Home
last modified time | relevance | path

Searched refs:Rbp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp69 stack_frame.AddrFrame.Offset = ctx.Rbp; in UnwindSlow()
H A Dsanitizer_win.cpp1007 bp = (uptr)context_record->Rbp; in InitPcSpBp()
1071 Printf("rbp = %llx ", ctx->Rbp); in DumpAllRegisters()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDebugSupport.h218 UINT64 Rbp; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp617 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()
741 case UNW_X86_64_RBP: return _msContext.Rbp; in getReg()
792 case UNW_X86_64_RBP: _msContext.Rbp = value; break; in setReg()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc496 StackFrame.AddrFrame.Offset = Context.Rbp;
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h47 UINT64 Rbp; member