HomeSort by relevance Sort by last modified time
    Searched defs:unw_get_reg (Results 1 - 4 of 4) sorted by null

  /external/libunwind/src/mi/
Gget_reg.c 29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) function
  /external/libcxxabi/src/Unwind/
libunwind.cpp 155 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
157 _LIBUNWIND_TRACE_API("unw_get_reg(cursor=%p, regNum=%d, &value=%p)\n",
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind.cpp 155 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
157 _LIBUNWIND_TRACE_API("unw_get_reg(cursor=%p, regNum=%d, &value=%p)\n",
  /external/libunwind/include/
libunwind-common.h 241 #define unw_get_reg UNW_OBJ(get_reg) macro
269 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *);

Completed in 250 milliseconds