Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
Dunwind_i.h134 #define IA64_LOC_ADDR(a,t) (((a) & ~0x3) | (t)) macro
234 #define IA64_LOC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), 0 }) macro