Searched defs:fprintf_vma (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in.h | 148 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro 169 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
|
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
|