Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
DRegisters.hpp64 uint32_t getSP() const { return reg[REGNO_X86_ESP]; } in getSP() function in _Unwind::Registers_x86
130 uint64_t getSP() const { return reg[REGNO_X86_64_RSP]; } in getSP() function in _Unwind::Registers_x86_64
249 uint64_t getSP() const { return reg[REGNO_PPC32_R1]; } in getSP() function in _Unwind::Registers_ppc32
344 uint64_t getSP() const { return reg[REGNO_AARCH64_SP]; } in getSP() function in _Unwind::Registers_aarch64
430 uint64_t getSP() const { return reg[REGNO_ARM32_SP]; } in getSP() function in _Unwind::Registers_arm32
550 uint64_t getSP() const { return reg[REGNO_VAX_R14]; } in getSP() function in _Unwind::Registers_vax
629 uint64_t getSP() const { return reg[REGNO_M68K_A7]; } in getSP() function in _Unwind::Registers_M68K
724 uint64_t getSP() const { return reg[REGNO_SH3_R15]; } in getSP() function in _Unwind::Registers_SH3
788 uint64_t getSP() const { return reg[REGNO_SPARC64_R14]; } in getSP() function in _Unwind::Registers_SPARC64
852 uint64_t getSP() const { return reg[REGNO_SPARC_R14]; } in getSP() function in _Unwind::Registers_SPARC
[all …]
Dlibunwind.cxx64 exc->private_2 = cursor.getSP(); in unwind_phase1()
103 uintptr_t sp = cursor.getSP(); in unwind_phase2()
283 cursor->setSP(cursor->getSP() + info.extra_args); in _Unwind_SetIP()
323 return cursor->getSP(); in _Unwind_GetCFA()
DUnwindCursor.hpp37 uint64_t getSP() const { return fRegisters.getSP(); } in getSP() function in _Unwind::UnwindCursor