HomeSort by relevance Sort by last modified time
    Searched refs:UNW_REG_IP (Results 26 - 49 of 49) sorted by null

12

  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 95 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
193 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
Unwind-EHABI.cpp 490 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
583 unw_set_reg(&cursor2, UNW_REG_IP,
664 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
676 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
    [all...]
libunwind.cpp 184 if (regNum == UNW_REG_IP)
UnwindCursor.hpp 464 (pint_t)this->getReg(UNW_REG_IP),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 94 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
204 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
Unwind-EHABI.cpp 481 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
574 unw_set_reg(&cursor2, UNW_REG_IP,
653 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
665 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
    [all...]
libunwind.cpp 183 if (regNum == UNW_REG_IP)
UnwindCursor.hpp 450 (pint_t)this->getReg(UNW_REG_IP),
    [all...]
  /external/libunwind/src/ia64/
Gget_save_loc.c 51 case UNW_REG_IP:
Gregs.c 386 case UNW_REG_IP:
  /external/libunwind/tests/
Gtest-dyn1.c 134 unw_get_reg (&cursor, UNW_REG_IP, &ip);
Gtest-bt.c 73 unw_get_reg (&cursor, UNW_REG_IP, &ip);
108 unw_get_reg (&cursor, UNW_REG_IP, &ip);
Gtest-trace.c 74 unw_get_reg (&cursor, UNW_REG_IP, &ip);
81 unw_get_reg (&cursor, UNW_REG_IP, &ip);
test-coredump-unwind.c 328 ret = unw_get_reg(&c, UNW_REG_IP, &ip);
330 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret);
  /system/core/libbacktrace/
UnwindCurrent.cpp 92 ret = unw_get_reg(cursor.get(), UNW_REG_IP, &pc);
BacktraceOffline.cpp 153 ret = unw_get_reg(&cursor, UNW_REG_IP, &pc);
  /external/libunwind/include/
libunwind-common.h.in 71 UNW_REG_IP = UNW_TDEP_IP, /* (rw) instruction pointer (pc) */
libunwind-common.h 83 UNW_REG_IP = UNW_TDEP_IP, /* (rw) instruction pointer (pc) */
  /external/libunwind_llvm/include/
libunwind.h 144 UNW_REG_IP = -1, // instruction pointer
395 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 144 UNW_REG_IP = -1, // instruction pointer
395 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 96 case UNW_REG_IP:
  /external/strace/
unwind.c 303 if (unw_get_reg(cursor, UNW_REG_IP, &ip) < 0) {
  /external/ltrace/
output.c 733 int rc = unw_get_reg(&cursor, UNW_REG_IP,
  /external/libunwind/doc/
libunwind.tex 159 unw_get_reg(&cursor, UNW_REG_IP, &ip);

Completed in 511 milliseconds

12