HomeSort by relevance Sort by last modified time
    Searched refs:UNW_IA64_BSP (Results 1 - 10 of 10) sorted by null

  /external/libunwind/src/unwind/
GetBSP.c 34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val);
  /external/libunwind/include/
libunwind-ia64.h 127 UNW_IA64_BSP,
  /external/libunwind/src/setjmp/
setjmp_i.h 36 if (unw_get_reg (c, UNW_IA64_BSP, &bsp) < 0
  /external/libunwind/src/ia64/
Gget_save_loc.c 46 case UNW_IA64_BSP:
Gregs.c 372 case UNW_IA64_BSP:
  /external/libunwind/tests/
Gia64-test-stack.c 76 || (ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0)
Gia64-test-rbs.c 121 if (unw_get_reg (&c, UNW_IA64_BSP, &bsp) < 0)
test-ptrace.c 125 if ((ret = unw_get_reg (&c, UNW_IA64_BSP, &bsp)) < 0)
Gtest-bt.c 98 unw_get_reg (&cursor, UNW_IA64_BSP, &bsp);
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 143 case UNW_IA64_BSP:

Completed in 460 milliseconds