Home
last modified time | relevance | path

Searched refs:UNW_REG_IP (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp100 if (regNum == UNW_REG_IP) in validRegister()
113 case UNW_REG_IP: in getRegister()
139 case UNW_REG_IP: in setRegister()
175 case UNW_REG_IP: in getRegisterName()
292 if (regNum == UNW_REG_IP) in validRegister()
305 case UNW_REG_IP: in getRegister()
347 case UNW_REG_IP: in setRegister()
407 case UNW_REG_IP: in getRegisterName()
571 if (regNum == UNW_REG_IP) in validRegister()
594 case UNW_REG_IP: in getRegister()
[all …]
DUnwindLevel1.c71 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
208 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
520 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
534 unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
DUnwindLevel1-gcc-ext.c94 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_FindEnclosingFunction()
204 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_Find_FDE()
DUnwind-EHABI.cpp481 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
574 unw_set_reg(&cursor2, UNW_REG_IP, in unwind_phase2()
653 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
665 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
Dlibunwind.cpp183 if (regNum == UNW_REG_IP) in unw_set_reg()
DUnwindCursor.hpp450 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE()
1148 pint_t pc = (pint_t)this->getReg(UNW_REG_IP); in setInfoBasedOnIPRegister()
1311 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h144 UNW_REG_IP = -1, // instruction pointer enumerator