Home | History | Annotate | Download | only in bfd

Lines Matching full:fprintf_vma

153 #ifndef fprintf_vma
155 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
176 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
201 #define printf_vma(x) fprintf_vma(stdout,x)