Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h36 uint32_t __eip; member
H A DDNBArchImplI386.cpp327 return m_state.context.gpr.__eip; in GetPC()
335 m_state.context.gpr.__eip = static_cast<uint32_t>(value); in SetPC()
687 if (m_state.context.gpr.__eip > 0) { in NotifyException()
688 m_state.context.gpr.__eip = static_cast<uint32_t>(pc); in NotifyException()
/openbsd/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c215 return gp_regs.uts.ts32.__eip; in get_current_pc()
/openbsd/gnu/llvm/libunwind/src/
H A DRegisters.hpp81 uint32_t getIP() const { return _registers.__eip; } in getIP()
82 void setIP(uint32_t value) { _registers.__eip = value; } in setIP()
108 unsigned int __eip; member
144 return _registers.__eip; in getRegister()
178 _registers.__eip = value; in setRegister()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp921 *pc = ucontext->uc_mcontext->__ss.__eip; in GetPcSpBp()