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

  /toolchain/binutils/binutils-2.25/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.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
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.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
    [all...]

Completed in 3704 milliseconds