Home
last modified time | relevance | path

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

12

/third_party/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 …]
DGtest-exc.c72 unw_get_reg (&cursor, UNW_REG_IP, &ip); in raise_exception()
73 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception()
86 unw_get_reg (&cursor, UNW_REG_IP, &ip); in raise_exception()
87 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception()
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()
DLtest-mem-validate.c70 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
71 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
77 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-reg-state.c82 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
83 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
97 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()
DGx64-test-dwarf-expressions.c37 rc = unw_get_reg(&cursor, UNW_REG_IP, &pc); in recover_register()
43 if ((rc = unw_get_reg(&cursor, (unw_regnum_t) regnum, &value)) != 0) in recover_register()
Dx64-unwind-badjmp-signal-frame.c76 unw_get_reg(&cursor, UNW_REG_IP, &ip); in handle_sigsegv()
77 unw_get_reg(&cursor, UNW_REG_SP, &sp); in handle_sigsegv()
DGtest-bt.c74 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
75 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
99 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp); in do_backtrace()
109 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
Dtest-static-link-gen.c36 (void *) &unw_get_reg,
/third_party/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()
/third_party/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.am12 unw_get_reg.man \
42 unw_get_reg.tex \
/third_party/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()
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()
/third_party/libunwind/src/mi/
DGget_reg.c29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) in unw_get_reg() function
/third_party/libunwind/include/
Dlibunwind-common.h248 #define unw_get_reg UNW_OBJ(get_reg) macro
284 extern int unw_get_reg(unw_cursor_t *, int, unw_word_t *);

12