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

/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd-in.h110 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
H A Dbfd-in2.h117 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro

Completed in 103 milliseconds