Searched defs:sprintf_vma (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in.h | 147 #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
|
D | bfd-in2.h | 154 #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
|