Searched defs:unw_set_reg (Results 1 - 3 of 3) sorted by path

/external/libcxxabi/src/Unwind/
H A Dlibunwind.cpp169 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
171 _LIBUNWIND_TRACE_API("unw_set_reg(cursor=%p, regNum=%d, value=0x%llX)\n",
/external/libunwind/include/
H A Dlibunwind-common.h242 #define unw_set_reg UNW_OBJ(set_reg) macro
270 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
/external/libunwind/src/mi/
H A DGset_reg.c29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) function

Completed in 352 milliseconds