Home
last modified time | relevance | path

Searched defs:_bfd_int64_high (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd-in.h111 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
H A Dbfd-in2.h118 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfd-in.h118 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
H A Dbfd-in2.h125 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro