Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/bfd/
H A Dbfd-in.h149 #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 Dbfd-in2.h156 #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 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
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h175 #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