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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h133 #define _bfd_int64_low(x) ((unsigned long) (((x) & 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.h140 #define _bfd_int64_low(x) ((unsigned long) (((x) & 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.c8640 _bfd_int64_low (value));
8668 _bfd_int64_high (value), _bfd_int64_low (value));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c512 return printf ("%5ld", _bfd_int64_low (vma));
954 #ifdef _bfd_int64_low
955 printf ("%8.8lx %8.8lx ", _bfd_int64_low (offset), _bfd_int64_low (info));
962 #ifdef _bfd_int64_low
967 _bfd_int64_low (offset),
969 _bfd_int64_low (info));
1200 #ifdef _bfd_int64_low
1201 printf (_("unrecognized: %-7lx"), _bfd_int64_low (type));
1320 #ifdef _bfd_int64_low
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h146 #define _bfd_int64_low(x) ((unsigned long) (((x) & 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))

Completed in 285 milliseconds