Home
last modified time | relevance | path

Searched refs:_bfd_int64_low (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd-in.h110 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
113 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
115 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.h117 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
120 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
122 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Delf.c8563 _bfd_int64_low (value)); in _bfd_elf_sprintf_vma()
8591 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfd-in.h117 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
120 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
122 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.h124 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
127 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
129 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Delf.c7530 _bfd_int64_low (value)); in _bfd_elf_sprintf_vma()
7558 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c461 printf ("%lx", _bfd_int64_low (vma)); in print_vma()
473 printf ("%ld", _bfd_int64_low (vma)); in print_vma()
502 printf ("%lu", _bfd_int64_low (vma)); in print_vma()
956 #ifdef _bfd_int64_low in dump_relocations()
957 printf ("%8.8lx %8.8lx ", _bfd_int64_low (offset), _bfd_int64_low (info)); in dump_relocations()
964 #ifdef _bfd_int64_low in dump_relocations()
969 _bfd_int64_low (offset), in dump_relocations()
971 _bfd_int64_low (info)); in dump_relocations()
1178 #ifdef _bfd_int64_low in dump_relocations()
1260 #ifdef _bfd_int64_low in dump_relocations()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c821 #ifdef _bfd_int64_low in dump_raw_relr()
822 printf ("%8.8lx\n", _bfd_int64_low (val)); in dump_raw_relr()
843 #ifdef _bfd_int64_low in dump_raw_relr()
1191 #ifdef _bfd_int64_low in dump_relocations()
1192 printf ("%8.8lx %8.8lx ", _bfd_int64_low (offset), _bfd_int64_low (info)); in dump_relocations()
1199 #ifdef _bfd_int64_low in dump_relocations()
1204 _bfd_int64_low (offset), in dump_relocations()
1206 _bfd_int64_low (info)); in dump_relocations()
1437 #ifdef _bfd_int64_low in dump_relocations()
1548 #ifdef _bfd_int64_low in dump_relocations()
[all …]