Home
last modified time | relevance | path

Searched refs:UNW_REG_SP (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp102 if (regNum == UNW_REG_SP) in validRegister()
115 case UNW_REG_SP: in getRegister()
142 case UNW_REG_SP: in setRegister()
177 case UNW_REG_SP: in getRegisterName()
294 if (regNum == UNW_REG_SP) in validRegister()
307 case UNW_REG_SP: in getRegister()
350 case UNW_REG_SP: in setRegister()
409 case UNW_REG_SP: in getRegisterName()
573 if (regNum == UNW_REG_SP) in validRegister()
596 case UNW_REG_SP: in getRegister()
[all …]
DUnwindLevel1.c95 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1()
151 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
209 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
DUnwindLevel1-gcc-ext.c219 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
DUnwind-EHABI.cpp595 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
654 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
DUnwindCursor.hpp1297 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h145 UNW_REG_SP = -2, // stack pointer enumerator