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

  /external/libunwind/src/ia64/
Gtables.c 206 if (IA64_UNW_LENGTH (hdr) != 1)
324 info_end_addr = info_addr + 8 * IA64_UNW_LENGTH (hdr);
333 pi->unwind_info_size = 8 * IA64_UNW_LENGTH (hdr);
342 pi->unwind_info = malloc (8 * IA64_UNW_LENGTH (hdr));
unwind_i.h 43 #define IA64_UNW_LENGTH(x) ((x) & (unw_word_t) 0x00000000ffffffffULL)

Completed in 123 milliseconds