Searched refs:UNW_LENGTH (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/binutils/binutils/
H A Dunwind-ia64.h29 #define UNW_LENGTH(x) ((x) & 0x00000000ffffffffLL) macro
H A Dreadelf.c4912 (unsigned long) (eh_addr_size * UNW_LENGTH (stamp)));
4921 for (dp = head + 8; dp < head + 8 + eh_addr_size * UNW_LENGTH (stamp);)
/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h38 #define UNW_LENGTH(x) ((x) & 0x00000000ffffffffLL) macro
H A Duwx_uinfo.c118 ulen = UNW_LENGTH(uinfohdr) * WORDSZ;
120 ulen = UNW_LENGTH(uinfohdr) * DWORDSZ;
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c53 #define UNW_LENGTH(x) ((x) & 0x00000000ffffffffL) macro
1827 length = UNW_LENGTH (header);

Completed in 188 milliseconds