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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dbfd-in.h117 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
H A Dbfd-in2.h124 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd-in.h110 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
H A Dbfd-in2.h117 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro

Completed in 211 milliseconds