Home
last modified time | relevance | path

Searched refs:UNW_IA64_BSP (Results 1 – 11 of 11) sorted by relevance

/third_party/libunwind/src/unwind/
DGetBSP.c34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val); in _Unwind_GetBSP()
/third_party/libunwind/src/setjmp/
Dsetjmp_i.h36 if (unw_get_reg (c, UNW_IA64_BSP, &bsp) < 0 in bsp_match()
/third_party/libunwind/include/
Dlibunwind-ia64.h124 UNW_IA64_BSP, enumerator
/third_party/libunwind/tests/
DGia64-test-stack.c76 || (ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_unwind_tests()
DGia64-test-rbs.c121 if (unw_get_reg (&c, UNW_IA64_BSP, &bsp) < 0) in unwind_and_resume()
Dtest-ptrace.c125 if ((ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_backtrace()
DGtest-bt.c99 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp); in do_backtrace()
/third_party/libunwind/src/ia64/
DGget_save_loc.c46 case UNW_IA64_BSP: in unw_get_save_loc()
DGregs.c372 case UNW_IA64_BSP: in tdep_access_reg()
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c184 case UNW_IA64_BSP: in _UPT_access_reg()
/third_party/libunwind/doc/
DNOTES122 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);