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

  /external/libunwind/include/
libunwind-ia64.h 128 UNW_IA64_IP,
133 UNW_TDEP_IP = UNW_IA64_IP,
  /external/libunwind/tests/
Gia64-test-readonly.c 65 if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -UNW_EREADONLYREG)
Gia64-test-stack.c 74 if ((ret = unw_get_reg (&c, UNW_IA64_IP, &ip)) < 0
  /external/libunwind/src/ia64/
init.h 43 c->loc[IA64_REG_IP] = IA64_REG_LOC (c, UNW_IA64_IP);
Ginit.c 211 case UNW_IA64_IP:
Gstep.c 120 c->loc[IA64_REG_IP] = IA64_LOC_UC_REG (UNW_IA64_IP, sc_addr);
Gregs.c 121 case UNW_IA64_IP: addr += LINUX_PT_IIP_OFF; break;
unwind_i.h 69 case UNW_IA64_IP: addr = &uc->uc_mcontext.sc_br[0]; break;
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 213 [UNW_IA64_IP] = PT_CR_IIP

Completed in 477 milliseconds