Searched refs:UNW_REG_SP (Results 1 - 25 of 25) sorted by relevance

/external/libunwind/src/unwind/
H A DGetCFA.c33 unw_get_reg (&context->cursor, UNW_REG_SP, &val);
H A DGetGR.c33 if (index == UNW_REG_SP && context->end_of_stack)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h100 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/
H A Dstacktrace_libunwind-inl.h100 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/
H A Dsetjmp_i.h60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0
61 || unw_get_reg (&tmp, UNW_REG_SP, &prev_sp) < 0)
H A Dlongjmp.c71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
H A Dsiglongjmp.c72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
/external/libunwind/tests/
H A DGtest-nomalloc.c69 unw_get_reg (&cursor, UNW_REG_SP, &sp);
H A Dtest-init-remote.c63 unw_get_reg (&cursor, UNW_REG_SP, &sp);
H A Dtest-mem.c58 unw_get_reg (&cursor, UNW_REG_SP, &sp);
H A Dppc64-test-altivec.c67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0)
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n",
H A Dtest-async-sig.c89 unw_get_reg (&cursor, UNW_REG_SP, &sp);
H A Dtest-ptrace.c92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0)
H A DGtest-bt.c74 unw_get_reg (&cursor, UNW_REG_SP, &sp);
/external/libcxxabi/src/Unwind/
H A DRegisters.hpp102 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...]
H A DUnwindLevel1.c92 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);
H A DUnwindLevel1-gcc-ext.c195 unw_get_reg(cursor, UNW_REG_SP, &result);
H A DUnwind-EHABI.cpp593 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
650 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
H A DUnwindCursor.hpp1289 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp);
/external/libunwind/src/ia64/
H A DGget_save_loc.c47 case UNW_REG_SP:
H A DGregs.c379 case UNW_REG_SP:
/external/libunwind/include/
H A Dlibunwind-common.h.in72 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
H A Dlibunwind-common.h76 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator in enum:__anon24657
/external/libcxxabi/include/
H A Dlibunwind.h150 UNW_REG_SP = -2, // stack pointer enumerator in enum:__anon23593
396 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP
/external/libunwind/doc/
H A Dlibunwind.tex160 unw_get_reg(&cursor, UNW_REG_SP, &sp);

Completed in 1368 milliseconds