Home
last modified time | relevance | path

Searched refs:unw_get_reg (Results 1 – 25 of 49) 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()
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-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()
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()
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()
Dtest-static-link-gen.c36 (void *) &unw_get_reg,
Dtest-static-link-loc.c54 (void *) &unw_get_reg,
/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.c78 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
102 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
157 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
214 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
215 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
471 unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
491 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP()
DUnwind-seh.cpp175 unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
176 unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
179 unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler()
180 unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
183 unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
184 unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
186 unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
DUnwind-EHABI.cpp467 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1()
567 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
625 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
626 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
637 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
819 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Get_Internal()
843 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Get_Internal()
/external/libunwind/doc/
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);
DMakefile.am11 unw_get_reg.man \
37 unw_get_reg.tex \
/external/libunwind/src/unwind/
DGetCFA.c33 unw_get_reg (&context->cursor, UNW_REG_SP, &val); in _Unwind_GetCFA()
DGetIP.c33 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIP()
DGetBSP.c34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val); in _Unwind_GetBSP()
DGetGR.c38 unw_get_reg (&context->cursor, index, &val); in _Unwind_GetGR()
DGetIPInfo.c36 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIPInfo()
/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
/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