Searched refs:UNW_REG_SP (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Registers.hpp | 102 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 …]
|
D | UnwindLevel1.c | 95 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()
|
D | UnwindLevel1-gcc-ext.c | 219 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
|
D | Unwind-EHABI.cpp | 595 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 654 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
|
D | UnwindCursor.hpp | 1297 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 145 UNW_REG_SP = -2, // stack pointer enumerator
|