Home
last modified time | relevance | path

Searched defs:sprintf_vma (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in.h147 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
170 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
Dbfd-in2.h154 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
177 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro