HomeSort by relevance Sort by last modified time
    Searched defs:sprintf_vma (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
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
    [all...]
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
    [all...]

Completed in 408 milliseconds