Searched defs:sprintf_vma (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/hosts/
H A Dalphavms.h48 # define sprintf_vma(s,x) sprintf (s, "%016lx", x) /* BFD_HOST_64_BIT */ macro
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd-in.h106 #define sprintf_vma(s,x) sprintf (s, "%016lx", x) macro
113 #define sprintf_vma(s,x) \ macro
136 #define sprintf_vma(s,x) sprintf (s, "%08lx", x) macro
H A Dbfd-in2.h113 #define sprintf_vma(s,x) sprintf (s, "%016lx", x) macro
120 #define sprintf_vma(s,x) \ macro
143 #define sprintf_vma(s,x) sprintf (s, "%08lx", x) macro
/haiku-buildtools/binutils/bfd/
H A Dbfd-in.h148 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
171 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro
H A Dbfd-in2.h155 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) macro
178 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x) macro

Completed in 231 milliseconds