Searched defs:fprintf_vma (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in.h | 150 #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 D | bfd-in2.h | 157 #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 D | bfd-in2.h | 155 #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 D | bfd-in2.h | 176 #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
|