Home
last modified time | relevance | path

Searched defs:fprintf_vma (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/bfd/
H A Dbfd-in.h150 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
171 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
H A Dbfd-in2.h157 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
178 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dbfd-in2.h155 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
176 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h176 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
197 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro