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()
561 if (regNum == UNW_REG_IP) in validRegister()
584 case UNW_REG_IP: in getRegister()
[all …]
DUnwindLevel1.c69 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
202 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
453 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
469 unw_set_reg(cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
DUnwindLevel1-gcc-ext.c91 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_FindEnclosingFunction()
158 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_Find_FDE()
DUnwind-EHABI.cpp449 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
539 unw_set_reg(&cursor2, UNW_REG_IP, in unwind_phase2()
616 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
628 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
Dlibunwind.cpp179 if (regNum == UNW_REG_IP) in unw_set_reg()
DUnwindCursor.hpp429 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE()
1140 pint_t pc = (pint_t)this->getReg(UNW_REG_IP); in setInfoBasedOnIPRegister()
1306 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h153 UNW_REG_IP = -1, // instruction pointer enumerator