Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
DUnwindCursor.hpp33 uint64_t getIP() const { return fRegisters.getIP(); } in getIP() function in _Unwind::UnwindCursor
84 fAddressSpace, this->getIP(), fInfo.unwind_info, fRegisters, &fInfo); in stepWithDwarfFDE()
96 pint_t pc = this->getIP(); in setInfoBasedOnIPRegister()
DRegisters.hpp60 uint32_t getIP() const { return reg[REGNO_X86_EIP]; } in getIP() function in _Unwind::Registers_x86
126 uint64_t getIP() const { return reg[REGNO_X86_64_RIP]; } in getIP() function in _Unwind::Registers_x86_64
245 uint64_t getIP() const { return reg[REGNO_PPC32_SRR0]; } in getIP() function in _Unwind::Registers_ppc32
340 uint64_t getIP() const { return reg[REGNO_AARCH64_X30]; } in getIP() function in _Unwind::Registers_aarch64
426 uint64_t getIP() const { return reg[REGNO_ARM32_R15]; } in getIP() function in _Unwind::Registers_arm32
546 uint64_t getIP() const { return reg[REGNO_VAX_R15]; } in getIP() function in _Unwind::Registers_vax
625 uint64_t getIP() const { return reg[REGNO_M68K_PC]; } in getIP() function in _Unwind::Registers_M68K
720 uint64_t getIP() const { return reg[REGNO_SH3_PC]; } in getIP() function in _Unwind::Registers_SH3
784 uint64_t getIP() const { return reg[REGNO_SPARC64_PC]; } in getIP() function in _Unwind::Registers_SPARC64
848 uint64_t getIP() const { return reg[REGNO_SPARC_PC]; } in getIP() function in _Unwind::Registers_SPARC
[all …]
Dlibunwind.cxx267 return cursor->getIP(); in _Unwind_GetIP()
273 return cursor->getIP(); in _Unwind_GetIPInfo()