Searched refs:UNW_REG_IP (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Registers.hpp | 100 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 …]
|
D | UnwindLevel1.c | 71 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()
|
D | UnwindLevel1-gcc-ext.c | 94 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()
|
D | Unwind-EHABI.cpp | 481 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()
|
D | libunwind.cpp | 183 if (regNum == UNW_REG_IP) in unw_set_reg()
|
D | UnwindCursor.hpp | 450 (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/ |
D | libunwind.h | 144 UNW_REG_IP = -1, // instruction pointer enumerator
|