Home
last modified time | relevance | path

Searched defs:sprintf_vma (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfd-in.h119 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
131 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
H A Dbfd-in2.h126 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
138 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h179 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
202 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/armeb/
H A Dbfd.h179 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
202 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/sh3eb/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/or1k/
H A Dbfd.h158 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
181 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/riscv32/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/i386/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/coldfire/
H A Dbfd.h158 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
181 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/arm/
H A Dbfd.h179 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
202 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/alpha/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsn64el/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/riscv64/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/ia64/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/powerpc64/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/sparc64/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/earmhf/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/m68000/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/powerpc/
H A Dbfd.h130 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
142 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro

12