HomeSort by relevance Sort by last modified time
    Searched defs:unw_get_reg (Results 1 - 3 of 3) 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/libunwind_llvm/src/
libunwind.cpp 164 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
166 _LIBUNWIND_TRACE_API("unw_get_reg(cursor=%p, regNum=%d, &value=%p)",
  /external/libunwind/include/
libunwind-common.h 252 #define unw_get_reg UNW_OBJ(get_reg) macro
281 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *);

Completed in 116 milliseconds