Searched defs:IA64_LOC_ADDR (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/src/ia64/
H A Dunwind_i.h134 #define IA64_LOC_ADDR(a,t) (((a) & ~0x3) | (t)) macro
135 #define IA64_LOC_UC_ADDR(a,t) IA64_LOC_ADDR(a, t)
234 #define IA64_LOC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), 0 }) macro
572 rnat_loc = IA64_LOC_ADDR (rnat_addr, 0);
585 return IA64_LOC_ADDR (bsp, 0);

Completed in 179 milliseconds