HomeSort by relevance Sort by last modified time
    Searched refs:UNW_REG_SP (Results 1 - 25 of 33) sorted by null

1 2

  /external/libunwind/src/unwind/
GetCFA.c 33 unw_get_reg (&context->cursor, UNW_REG_SP, &val);
GetGR.c 33 if (index == UNW_REG_SP && context->end_of_stack)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 100 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp)) {
119 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp) , 0) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 100 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp)) {
119 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp) , 0) {
  /external/libunwind/src/setjmp/
setjmp_i.h 60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0
61 || unw_get_reg (&tmp, UNW_REG_SP, &prev_sp) < 0)
longjmp.c 71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
siglongjmp.c 72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
  /external/libunwind/tests/
Gtest-nomalloc.c 69 unw_get_reg (&cursor, UNW_REG_SP, &sp);
test-init-remote.c 63 unw_get_reg (&cursor, UNW_REG_SP, &sp);
test-mem.c 58 unw_get_reg (&cursor, UNW_REG_SP, &sp);
ppc64-test-altivec.c 67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0)
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n",
test-async-sig.c 89 unw_get_reg (&cursor, UNW_REG_SP, &sp);
test-ptrace.c 92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0)
  /external/libcxxabi/src/Unwind/
Registers.hpp 102 if (regNum == UNW_REG_SP)
115 case UNW_REG_SP:
142 case UNW_REG_SP:
177 case UNW_REG_SP:
294 if (regNum == UNW_REG_SP)
307 case UNW_REG_SP:
350 case UNW_REG_SP:
409 case UNW_REG_SP:
563 if (regNum == UNW_REG_SP)
586 case UNW_REG_SP
    [all...]
UnwindLevel1.c 92 unw_get_reg(&cursor1, UNW_REG_SP, &sp);
147 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
202 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
UnwindLevel1-gcc-ext.c 195 unw_get_reg(cursor, UNW_REG_SP, &result);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 102 if (regNum == UNW_REG_SP)
115 case UNW_REG_SP:
142 case UNW_REG_SP:
177 case UNW_REG_SP:
294 if (regNum == UNW_REG_SP)
307 case UNW_REG_SP:
350 case UNW_REG_SP:
409 case UNW_REG_SP:
563 if (regNum == UNW_REG_SP)
586 case UNW_REG_SP
    [all...]
UnwindLevel1.c 93 unw_get_reg(&cursor1, UNW_REG_SP, &sp);
147 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
203 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
UnwindLevel1-gcc-ext.c 173 unw_get_reg(cursor, UNW_REG_SP, &result);
  /system/core/libbacktrace/
UnwindPtrace.cpp 88 ret = unw_get_reg(&cursor, UNW_REG_SP, &sp);
UnwindCurrent.cpp 116 ret = unw_get_reg(cursor, UNW_REG_SP, &sp);
  /external/libunwind/src/ia64/
Gget_save_loc.c 47 case UNW_REG_SP:
  /external/libunwind/include/
libunwind-common.h.in 72 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
libunwind-common.h 76 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
  /external/libcxxabi/include/
libunwind.h 150 UNW_REG_SP = -2, // stack pointer
396 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP

Completed in 4039 milliseconds

1 2