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

  /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/libunwind_llvm/src/
Registers.hpp 102 if (regNum == UNW_REG_SP)
115 case UNW_REG_SP:
150 case UNW_REG_SP:
193 case UNW_REG_SP:
318 if (regNum == UNW_REG_SP)
331 case UNW_REG_SP:
374 case UNW_REG_SP:
433 case UNW_REG_SP:
653 if (regNum == UNW_REG_SP)
676 case UNW_REG_SP
    [all...]
UnwindLevel1.c 101 unw_get_reg(cursor, UNW_REG_SP, &sp);
156 unw_get_reg(cursor, UNW_REG_SP, &sp);
214 unw_get_reg(cursor, UNW_REG_SP, &sp);
UnwindLevel1-gcc-ext.c 208 unw_get_reg(cursor, UNW_REG_SP, &result);
Unwind-EHABI.cpp 570 unw_get_reg(cursor, UNW_REG_SP, &sp);
629 unw_get_reg(cursor, UNW_REG_SP, &sp);
    [all...]
UnwindCursor.hpp     [all...]
  /external/libunwind/src/ia64/
Gget_save_loc.c 47 case UNW_REG_SP:
Gregs.c 379 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/libunwind_llvm/include/
libunwind.h 158 UNW_REG_SP = -2, // stack pointer
421 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP
  /external/libunwind/doc/
libunwind.tex 160 unw_get_reg(&cursor, UNW_REG_SP, &sp);

Completed in 187 milliseconds