Home
last modified time | relevance | path

Searched refs:unw_get_reg (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c69 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
93 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1()
147 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
202 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
203 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
428 unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
453 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
DUnwind-EHABI.cpp449 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
560 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
616 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
617 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
628 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
805 return unw_get_reg(cursor, UNW_ARM_R0 + regno, (unw_word_t *)valuep) == in _Unwind_VRS_Get_Internal()
812 return unw_get_reg(cursor, UNW_ARM_WC0 + regno, (unw_word_t *)valuep) == in _Unwind_VRS_Get_Internal()
DUnwindLevel1-gcc-ext.c173 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
Dlibunwind.cpp155 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h101 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;