Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
DGetBSP.c34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val); in _Unwind_GetBSP()
/external/libunwind/src/setjmp/
Dsetjmp_i.h36 if (unw_get_reg (c, UNW_IA64_BSP, &bsp) < 0 in bsp_match()
/external/libunwind/include/
Dlibunwind-ia64.h127 UNW_IA64_BSP, enumerator
/external/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.c98 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp); in do_backtrace()
/external/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()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c143 case UNW_IA64_BSP: in _UPT_access_reg()
/external/libunwind/doc/
DNOTES122 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);