Searched refs:UNW_IA64_BSP (Results 1 – 11 of 11) sorted by relevance
/external/libunwind/src/unwind/ |
D | GetBSP.c | 34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val); in _Unwind_GetBSP()
|
/external/libunwind/src/setjmp/ |
D | setjmp_i.h | 36 if (unw_get_reg (c, UNW_IA64_BSP, &bsp) < 0 in bsp_match()
|
/external/libunwind/include/ |
D | libunwind-ia64.h | 127 UNW_IA64_BSP, enumerator
|
/external/libunwind/tests/ |
D | Gia64-test-stack.c | 76 || (ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_unwind_tests()
|
D | Gia64-test-rbs.c | 121 if (unw_get_reg (&c, UNW_IA64_BSP, &bsp) < 0) in unwind_and_resume()
|
D | test-ptrace.c | 125 if ((ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0) in do_backtrace()
|
D | Gtest-bt.c | 98 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp); in do_backtrace()
|
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 46 case UNW_IA64_BSP: in unw_get_save_loc()
|
D | Gregs.c | 372 case UNW_IA64_BSP: in tdep_access_reg()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 143 case UNW_IA64_BSP: in _UPT_access_reg()
|
/external/libunwind/doc/ |
D | NOTES | 122 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);
|