Home | History | Annotate | Download | only in include

Lines Matching refs:fprintf_vma

155 #ifndef fprintf_vma
157 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
178 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
203 #define printf_vma(x) fprintf_vma(stdout,x)