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

  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 139 #define BFD_VMA_FMT "l"
141 #define BFD_VMA_FMT "I64"
143 #define BFD_VMA_FMT "ll"
147 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
148 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
168 #define BFD_VMA_FMT "l"
169 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
170 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x)
    [all...]
bfd-in2.h 146 #define BFD_VMA_FMT "l"
148 #define BFD_VMA_FMT "I64"
150 #define BFD_VMA_FMT "ll"
154 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
155 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
175 #define BFD_VMA_FMT "l"
176 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
177 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x)
    [all...]

Completed in 83 milliseconds