Searched defs:_bfd_int64_high (Results 1 – 4 of 4) sorted by relevance
111 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
118 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
125 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro