Home
last modified time | relevance | path

Searched refs:UNW_REG_IP (Results 1 – 25 of 39) sorted by relevance

12

/external/libunwind_llvm/src/
DRegisters.hpp100 if (regNum == UNW_REG_IP) in validRegister()
113 case UNW_REG_IP: in getRegister()
147 case UNW_REG_IP: in setRegister()
191 case UNW_REG_IP: in getRegisterName()
310 if (regNum == UNW_REG_IP) in validRegister()
323 case UNW_REG_IP: in getRegister()
365 case UNW_REG_IP: in setRegister()
425 case UNW_REG_IP: in getRegisterName()
591 if (regNum == UNW_REG_IP) in validRegister()
614 case UNW_REG_IP: in getRegister()
[all …]
DUnwindLevel1.c77 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
213 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
489 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
503 unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
DUnwindLevel1-gcc-ext.c95 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_FindEnclosingFunction()
193 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_Find_FDE()
DUnwind-EHABI.cpp469 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
561 unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2()
627 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
639 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
/external/libunwind/tests/
Dia64-test-sig.c64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0) in sighandler()
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
Dtest-init-remote.c62 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
78 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-mem.c57 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
66 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-async-sig.c88 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
116 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dppc64-test-altivec.c62 if ((ret = unw_get_reg (&cursor, UNW_REG_IP, &ip)) < 0) in vec_stack()
112 unw_get_reg (&cursor, UNW_REG_IP, &ip); in vec_stack()
DGia64-test-rbs.c112 if (unw_get_reg (&c, UNW_REG_IP, &ip) < 0 in unwind_and_resume()
113 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) &resumption_point_label) < 0 in unwind_and_resume()
DGtest-nomalloc.c68 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-ptrace.c91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0 in do_backtrace()
137 unw_get_reg (&c, UNW_REG_IP, &ip); in do_backtrace()
DGtest-init.cxx62 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
DGtest-concurrent.c62 unw_get_reg (&c, UNW_REG_IP, &ip); in handler()
DGtest-bt.c73 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
108 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
DGtest-trace.c74 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
81 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
/external/libunwind/src/unwind/
DSetIP.c31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
DGetIP.c33 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIP()
DGetIPInfo.c36 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIPInfo()
DRaiseException.c94 if (unw_get_reg (&context.cursor, UNW_REG_IP, &ip) < 0) in _Unwind_RaiseException()
Dunwind-internal.h126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0) in _Unwind_Phase2()
/external/libunwind/src/mi/
DGget_reg.c34 if (regnum == UNW_REG_IP) in unw_get_reg()
Dbacktrace.c50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0) in slow_backtrace()
/external/libunwind/src/setjmp/
Dlongjmp.c89 || unw_set_reg (&c, UNW_REG_IP, in _longjmp()
Dsiglongjmp.c117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont)) in siglongjmp()

12