Home
last modified time | relevance | path

Searched refs:sf_rbp (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Damd64obsd-nat.c108 if (sf.sf_rbp == pcb->pcb_rbp) in amd64obsd_supply_pcb()
/openbsd/sys/arch/amd64/include/
H A Dframe.h163 int64_t sf_rbp; member
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DRegisterContextOpenBSDKernel_x86_64.cpp75 if (pcb.pcb_rbp == (u_int64_t)sf.sf_rbp) { in ReadRegister()