Home | History | Annotate | Download | only in include

Lines Matching refs:fprintf_vma

148 #ifndef fprintf_vma
150 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
171 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
196 #define printf_vma(x) fprintf_vma(stdout,x)