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

/freebsd-10-stable/contrib/binutils/bfd/
H A Dbfd-in.h134 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
H A Dbfd-in2.h141 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h147 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro

Completed in 320 milliseconds