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

  /external/libunwind/src/mi/
Gset_reg.c 29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) function
  /external/libunwind_llvm/src/
libunwind.cpp 179 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
181 _LIBUNWIND_TRACE_API("unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR ")",
  /external/libunwind/include/
libunwind-common.h 253 #define unw_set_reg UNW_OBJ(set_reg) macro
282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);

Completed in 603 milliseconds