HomeSort by relevance Sort by last modified time
    Searched refs:UNW_REG_SP (Results 1 - 25 of 31) 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/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)
Gtest-bt.c 74 unw_get_reg (&cursor, UNW_REG_SP, &sp);
  /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:
573 if (regNum == UNW_REG_SP)
596 case UNW_REG_SP
    [all...]
UnwindLevel1.c 95 unw_get_reg(&cursor1, UNW_REG_SP, &sp);
151 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
209 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
UnwindLevel1-gcc-ext.c 219 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 92 ret = unw_get_reg(&cursor, UNW_REG_SP, &sp);
UnwindCurrent.cpp 96 ret = unw_get_reg(cursor.get(), 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 84 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
  /external/libcxxabi/include/
libunwind.h 145 UNW_REG_SP = -2, // stack pointer
391 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 154 UNW_REG_SP = -2, // stack pointer
400 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP

Completed in 222 milliseconds

1 2