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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h133 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
H A Dbfd-in2.h140 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h146 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro

Completed in 366 milliseconds