Searched refs:r_rip (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dreg.h96 int64_t r_rip; member in struct:reg
/openbsd-current/regress/sys/ptrace/
H A Dptrace.c66 regs.r_rip |= 0x07;
/openbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c104 regs->r_rip = tf->tf_rip;
154 tf->tf_rip = regs->r_rip;
H A Dmachdep.c2138 if (regs->r_rip >= VM_MAXUSER_ADDRESS)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Damd64fbsd-nat.c65 REG_OFFSET (r_rip),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp288 reg_value = (uint64_t)m_gpr.r_rip;
486 m_gpr.r_rip = reg_value.GetAsUInt64();

Completed in 139 milliseconds