Searched refs:unw_get_reg (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 69 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()
|
D | Unwind-EHABI.cpp | 449 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()
|
D | UnwindLevel1-gcc-ext.c | 173 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
|
D | libunwind.cpp | 155 _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/ |
D | libunwind.h | 101 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
|