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

  /external/libunwind/src/ia64/
Gget_save_loc.c 60 case UNW_IA64_NAT + 4 ... UNW_IA64_NAT + 7:
61 loc = c->loc[IA64_REG_NAT4 + (reg - (UNW_IA64_NAT + 4))];
62 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))];
63 nat_bitnr = c->nat_bitnr[reg - (UNW_IA64_NAT + 4)];
99 case UNW_IA64_NAT + 32 ... UNW_IA64_NAT + 127: /* stacked reg */
100 reg = rotate_gr (c, reg - UNW_IA64_NAT);
112 case UNW_IA64_NAT + 0:
113 case UNW_IA64_NAT + 1: /* global pointer *
    [all...]
Gregs.c 42 case UNW_IA64_NAT + 2 ... UNW_IA64_NAT + 3:
43 case UNW_IA64_NAT + 8 ... UNW_IA64_NAT + 31:
46 *nat_bitnr = (reg - UNW_IA64_NAT);
101 if ((unsigned) (reg - UNW_IA64_NAT) < 128)
104 reg -= (UNW_IA64_NAT - UNW_IA64_GR);
329 && (unsigned) (IA64_GET_REG (nat_loc) - UNW_IA64_NAT) < 128)
402 case UNW_IA64_NAT + 4 ... UNW_IA64_NAT + 7
    [all...]
init.h 55 c->loc[IA64_REG_NAT4] = IA64_REG_NAT_LOC (c, UNW_IA64_NAT + 4, &c->nat_bitnr[0]);
56 c->loc[IA64_REG_NAT5] = IA64_REG_NAT_LOC (c, UNW_IA64_NAT + 5, &c->nat_bitnr[1]);
57 c->loc[IA64_REG_NAT6] = IA64_REG_NAT_LOC (c, UNW_IA64_NAT + 6, &c->nat_bitnr[2]);
58 c->loc[IA64_REG_NAT7] = IA64_REG_NAT_LOC (c, UNW_IA64_NAT + 7, &c->nat_bitnr[3]);
Ginit.c 149 case UNW_IA64_NAT ... UNW_IA64_NAT + 31:
287 if (reg >= UNW_IA64_NAT + 4 && reg <= UNW_IA64_NAT + 7)
289 mask = ((unw_word_t) 1) << (reg - UNW_IA64_NAT);
unwind_i.h 61 case UNW_IA64_NAT + 0: addr = &unw.read_only.r0; break;
83 case UNW_IA64_NAT + 4 ... UNW_IA64_NAT + 7:
84 case UNW_IA64_NAT + 12:
86 reg_addr = (unw_word_t) &uc->uc_mcontext.sc_gr[reg - UNW_IA64_NAT];
87 *nat_bitnr = reg - UNW_IA64_NAT;
Gstep.c 125 c->loc[IA64_REG_NAT4] = IA64_LOC_UC_REG (UNW_IA64_NAT + 4, sc_addr);
126 c->loc[IA64_REG_NAT5] = IA64_LOC_UC_REG (UNW_IA64_NAT + 5, sc_addr);
127 c->loc[IA64_REG_NAT6] = IA64_LOC_UC_REG (UNW_IA64_NAT + 6, sc_addr);
128 c->loc[IA64_REG_NAT7] = IA64_LOC_UC_REG (UNW_IA64_NAT + 7, sc_addr);
Gresume.c 57 ret = tdep_access_reg (c, UNW_IA64_NAT + (n), &val, 0); \
Gscript.c 609 nat_loc = ia64_scratch_loc (c, val + (UNW_IA64_NAT - UNW_IA64_GR),
Gparser.c 715 case UNW_IA64_NAT:
  /external/libunwind/src/unwind/
SetGR.c 42 unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0);
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 59 [UNW_IA64_NAT+ 0] = -1, [UNW_IA64_NAT+ 1] = PT_NAT_BITS,
60 [UNW_IA64_NAT+ 2] = PT_NAT_BITS, [UNW_IA64_NAT+ 3] = PT_NAT_BITS,
61 [UNW_IA64_NAT+ 4] = PT_NAT_BITS, [UNW_IA64_NAT+ 5] = PT_NAT_BITS,
62 [UNW_IA64_NAT+ 6] = PT_NAT_BITS, [UNW_IA64_NAT+ 7] = PT_NAT_BITS,
63 [UNW_IA64_NAT+ 8] = PT_NAT_BITS, [UNW_IA64_NAT+ 9] = PT_NAT_BITS
    [all...]
_UPT_access_reg.c 55 if ((unsigned) reg - UNW_IA64_NAT < 32)
60 mask = ((unw_word_t) 1) << (reg - UNW_IA64_NAT);
  /external/libunwind/include/
libunwind-ia64.h 102 UNW_IA64_NAT = UNW_IA64_GR + 128, /* NaT registers (nat0..nat127) */
104 UNW_IA64_FR = UNW_IA64_NAT + 128, /* fp registers (f0..f127) */
  /external/libunwind/tests/
Gia64-test-stack.c 86 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg, &n0)) < 0
88 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 1, &n1)) < 0
90 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 2, &n2)) < 0
92 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg + 3, &n3)) < 0);
134 || (ret = unw_get_reg (&c, UNW_IA64_NAT + 33 + l, &n0)) < 0)
Gia64-test-nat.c 224 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4 + i, &nat[i])) < 0)
267 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4, &nat4)) < 0)
303 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4, &nat4)) < 0)
339 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 5, &nat5)) < 0)
375 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 6, &nat6)) < 0)
447 if ((ret = unw_get_reg (c, UNW_IA64_NAT + 4 + i, &nat[i])) < 0)

Completed in 310 milliseconds