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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in.h117 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
119 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
121 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.h124 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
126 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
128 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Delf.c7653 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value),
7682 _bfd_int64_high (value), _bfd_int64_low (value));
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h124 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
126 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
128 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd.h124 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
126 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
128 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h122 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
124 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
126 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd.h122 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
124 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
126 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))

Completed in 212 milliseconds