Searched defs:sprintf_vma (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in.h | 149 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro 172 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
|
H A D | bfd-in2.h | 156 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro 179 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A 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
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 175 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro 198 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
|