Home
last modified time | relevance | path

Searched refs:_bfd_int64_high (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/cxmon/cxmon-3.2/src/disass/
H A Dbfd.h60 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
62 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
64 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dbfd-in.h109 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
111 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
113 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.h116 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
118 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
120 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Delf.c7737 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value), in _bfd_elf_sprintf_vma()
7766 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/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.c7375 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value), in _bfd_elf_sprintf_vma()
7404 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/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.c7375 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value), in _bfd_elf_sprintf_vma()
7404 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dbfd-in.h110 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
112 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
114 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
H A Dbfd-in2.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 Delf.c8275 sprintf (buf, "%08lx%08lx", _bfd_int64_high (value), in _bfd_elf_sprintf_vma()
8304 _bfd_int64_high (value), _bfd_int64_low (value)); in _bfd_elf_fprintf_vma()
/dports/emulators/vmips/vmips-1.5.1/libopcodes_mips/
H A Dbfd.h158 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
160 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
162 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/include/
H A Dmybfd.h119 #define _bfd_int64_high(x) ((unsigned long) (((x) >> 32) & 0xffffffff)) macro
121 fprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
123 sprintf ((s), "%08lx%08lx", _bfd_int64_high (x), _bfd_int64_low (x))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dreadelf.c458 if (_bfd_int64_high (vma)) in print_vma()
459 printf ("%lx%8.8lx", _bfd_int64_high (vma), _bfd_int64_low (vma)); in print_vma()
469 if (_bfd_int64_high (vma)) in print_vma()
484 if (_bfd_int64_high (vma)) in print_vma()
498 if (_bfd_int64_high (vma)) in print_vma()
968 _bfd_int64_high (offset), in dump_relocations()
970 _bfd_int64_high (info), in dump_relocations()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dreadelf.c458 if (_bfd_int64_high (vma)) in print_vma()
459 printf ("%lx%8.8lx", _bfd_int64_high (vma), _bfd_int64_low (vma)); in print_vma()
469 if (_bfd_int64_high (vma)) in print_vma()
484 if (_bfd_int64_high (vma)) in print_vma()
498 if (_bfd_int64_high (vma)) in print_vma()
968 _bfd_int64_high (offset), in dump_relocations()
970 _bfd_int64_high (info), in dump_relocations()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dreadelf.c916 _bfd_int64_high (offset), in dump_relocations()
918 _bfd_int64_high (info), in dump_relocations()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dreadelf.c1028 _bfd_int64_high (offset), in dump_relocations()
1030 _bfd_int64_high (info), in dump_relocations()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dreadelf.c1172 _bfd_int64_high (offset), in dump_relocations()
1174 _bfd_int64_high (inf), in dump_relocations()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dreadelf.c1172 _bfd_int64_high (offset), in dump_relocations()
1174 _bfd_int64_high (inf), in dump_relocations()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dreadelf.c1232 _bfd_int64_high (offset), in dump_relocations()
1234 _bfd_int64_high (inf), in dump_relocations()
/dports/devel/binutils/binutils-2.37/bfd/
H A DChangeLog-20081640 (_bfd_int64_low, _bfd_int64_high): Delete.
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A DChangeLog-20081640 (_bfd_int64_low, _bfd_int64_high): Delete.
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A DChangeLog-20081640 (_bfd_int64_low, _bfd_int64_high): Delete.

12