Searched refs:_bfd_int64_high (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h134 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
136 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
138 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.h141 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
143 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
145 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Delf.c8639 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value),
8668 _bfd_int64_high (value), _bfd_int64_low (value));
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h147 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
149 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
151 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c966 _bfd_int64_high (offset),
968 _bfd_int64_high (info),

Completed in 208 milliseconds