Home
last modified time | relevance | path

Searched refs:UNW_REG_SP (Results 1 – 24 of 24) sorted by relevance

/external/libunwind_llvm/src/
DRegisters.hpp102 if (regNum == UNW_REG_SP) in validRegister()
115 case UNW_REG_SP: in getRegister()
150 case UNW_REG_SP: in setRegister()
193 case UNW_REG_SP: in getRegisterName()
312 if (regNum == UNW_REG_SP) in validRegister()
325 case UNW_REG_SP: in getRegister()
368 case UNW_REG_SP: in setRegister()
427 case UNW_REG_SP: in getRegisterName()
593 if (regNum == UNW_REG_SP) in validRegister()
616 case UNW_REG_SP: in getRegister()
[all …]
DUnwindLevel1.c101 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
156 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
214 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
DUnwindLevel1-gcc-ext.c208 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
DUnwind-EHABI.cpp569 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
628 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
DUnwindCursor.hpp1353 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
/external/libunwind/src/setjmp/
Dsetjmp_i.h60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0 in bsp_match()
61 || unw_get_reg (&tmp, UNW_REG_SP, &prev_sp) < 0) in bsp_match()
Dlongjmp.c71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in _longjmp()
Dsiglongjmp.c72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in siglongjmp()
/external/libunwind/src/unwind/
DGetCFA.c33 unw_get_reg (&context->cursor, UNW_REG_SP, &val); in _Unwind_GetCFA()
DGetGR.c33 if (index == UNW_REG_SP && context->end_of_stack) in _Unwind_GetGR()
/external/libunwind/tests/
DGtest-nomalloc.c69 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-init-remote.c63 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-mem.c58 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-async-sig.c89 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dppc64-test-altivec.c67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0) in vec_stack()
Dtest-ptrace.c92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0) in do_backtrace()
DGtest-bt.c74 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
/external/libunwind/src/ia64/
DGget_save_loc.c47 case UNW_REG_SP: in unw_get_save_loc()
DGregs.c379 case UNW_REG_SP: in tdep_access_reg()
/external/libunwind/include/
Dlibunwind-common.h84 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
Dlibunwind-common.h.in72 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
/external/libunwind_llvm/include/
Dlibunwind.h159 UNW_REG_SP = -2, // stack pointer enumerator
/external/libunwind/doc/
DNOTES63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
Dlibunwind.tex160 unw_get_reg(&cursor, UNW_REG_SP, &sp);