Lines Matching refs:unw_get_reg
74 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()
92 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 3, &n3)) < 0); in do_unwind_tests()
107 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
114 if ((ret = unw_get_reg (&c, UNW_IA64_GR + 32, &r32)) < 0) in do_unwind_tests()
122 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
133 if ((ret = unw_get_reg (&c, UNW_IA64_GR + 33 + l, &v0)) < 0 in do_unwind_tests()
134 || (ret = unw_get_reg (&c, UNW_IA64_NAT + 33 + l, &n0)) < 0) in do_unwind_tests()