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

  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 146 #ifndef fprintf_vma
148 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
169 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
194 #define printf_vma(x) fprintf_vma(stdout,x)
    [all...]
bfd-in2.h 153 #ifndef fprintf_vma
155 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) macro
176 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x) macro
201 #define printf_vma(x) fprintf_vma(stdout,x)
    [all...]

Completed in 75 milliseconds