Home | History | Annotate | Download | only in include

Lines Matching refs:BFD_VMA_FMT

148 #define BFD_VMA_FMT "l"
150 #define BFD_VMA_FMT "I64"
152 #define BFD_VMA_FMT "ll"
156 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
157 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
177 #define BFD_VMA_FMT "l"
178 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
179 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x)