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

  /external/libunwind/src/ia64/
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]);
unwind_i.h 147 #define IA64_REG_NAT_LOC(c,r,n) ((unw_word_t) uc_addr((c)->as_arg, r, n))
252 #define IA64_REG_NAT_LOC(c,r,n) IA64_LOC_REG ((r), 0)

Completed in 33 milliseconds