Home
last modified time | relevance | path

Searched refs:unw_get_reg (Results 1 – 25 of 45) sorted by relevance

12

/external/libunwind/tests/
DGia64-test-stack.c74 if ((ret = unw_get_reg (&c, UNW_IA64_IP, &ip)) < 0 in do_unwind_tests()
75 || (ret = unw_get_reg (&c, UNW_IA64_SP, &sp)) < 0 in do_unwind_tests()
76 || (ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_unwind_tests()
85 ((ret = unw_get_reg (&c, UNW_IA64_GR + reg, &v0)) < 0 in do_unwind_tests()
86 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg, &n0)) < 0 in do_unwind_tests()
87 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 1, &v1)) < 0 in do_unwind_tests()
88 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 1, &n1)) < 0 in do_unwind_tests()
89 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 2, &v2)) < 0 in do_unwind_tests()
90 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 2, &n2)) < 0 in do_unwind_tests()
91 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 3, &v3)) < 0 in do_unwind_tests()
[all …]
DGia64-test-nat.c219 if ((ret = unw_get_reg (c, UNW_IA64_GR + 4 + i, &r[i])) < 0) in check_static_to_stacked()
224 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4 + i, &nat[i])) < 0) in check_static_to_stacked()
264 if ((ret = unw_get_reg (c, UNW_IA64_GR + 4, &r4)) < 0) in check_static_to_fr()
267 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4, &nat4)) < 0) in check_static_to_fr()
300 if ((ret = unw_get_reg (c, UNW_IA64_GR + 4, &r4)) < 0) in check_static_to_br()
303 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4, &nat4)) < 0) in check_static_to_br()
336 if ((ret = unw_get_reg (c, UNW_IA64_GR + 5, &r5)) < 0) in check_static_to_mem()
339 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 5, &nat5)) < 0) in check_static_to_mem()
372 if ((ret = unw_get_reg (c, UNW_IA64_GR + 6, &r6)) < 0) in check_static_to_memN()
375 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 6, &nat6)) < 0) in check_static_to_memN()
[all …]
Dtest-init-remote.c62 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
63 unw_get_reg (&cursor, UNW_REG_SP, &sp); 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()
58 unw_get_reg (&cursor, UNW_REG_SP, &sp); 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()
89 unw_get_reg (&cursor, UNW_REG_SP, &sp); 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()
67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0) in vec_stack()
112 unw_get_reg (&cursor, UNW_REG_IP, &ip); in vec_stack()
DGtest-nomalloc.c68 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
69 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-ptrace.c91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0 in do_backtrace()
92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0) in do_backtrace()
125 if ((ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_backtrace()
137 unw_get_reg (&c, UNW_REG_IP, &ip); in do_backtrace()
DGtest-bt.c73 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
74 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
98 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp); in do_backtrace()
108 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-static-link-gen.c36 (void *) &unw_get_reg,
Dtest-static-link-loc.c54 (void *) &unw_get_reg,
DGia64-test-rbs.c112 if (unw_get_reg (&c, UNW_REG_IP, &ip) < 0 in unwind_and_resume()
121 if (unw_get_reg (&c, UNW_IA64_BSP, &bsp) < 0) in unwind_and_resume()
/external/libunwind/src/setjmp/
Dsetjmp_i.h36 if (unw_get_reg (c, UNW_IA64_BSP, &bsp) < 0 in bsp_match()
37 || unw_get_reg (c, UNW_IA64_AR_PFS, &pfs) < 0) in bsp_match()
60 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()
/external/libunwind_llvm/src/
DUnwindLevel1.c77 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
101 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
156 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
213 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
214 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
469 unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
489 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
DUnwind-EHABI.cpp469 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
569 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
627 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
628 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
639 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
821 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Get_Internal()
845 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Get_Internal()
/external/libunwind/doc/
DMakefile.am11 unw_get_reg.man \
37 unw_get_reg.tex \
DNOTES35 preserved state can then be accessed with unw_get_reg() or modified
62 unw_get_reg(&cursor, UNW_REG_IP, &ip);
63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
122 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);
123 unw_get_reg (&cursor, UNW_IA64_CFM, &cfm);
/external/libunwind/src/unwind/
DGetIP.c33 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIP()
DGetCFA.c33 unw_get_reg (&context->cursor, UNW_REG_SP, &val); in _Unwind_GetCFA()
DGetBSP.c34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val); in _Unwind_GetBSP()
DGetIPInfo.c36 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIPInfo()
DGetGR.c38 unw_get_reg (&context->cursor, index, &val); in _Unwind_GetGR()
/external/libunwind/src/mi/
DGget_reg.c29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) in unw_get_reg() function
Dbacktrace.c50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0) in slow_backtrace()
/external/libunwind/include/
Dlibunwind-common.h252 #define unw_get_reg UNW_OBJ(get_reg) macro
281 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *);

12