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

  /toolchain/binutils/binutils-2.25/binutils/
size.c 418 (radix == decimal ? "%" BFD_VMA_FMT "u" :
419 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
431 (radix == decimal ? "%" BFD_VMA_FMT "u" :
432 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")),
od-xcoff.c     [all...]
coffdump.c 368 printf ("%s %" BFD_VMA_FMT "x ",
bucomm.c 443 fprintf (file, "%s %ld/%ld %6" BFD_VMA_FMT "u %s ", modebuf + 1,
readelf.c 386 return nc + printf ("%8.8" BFD_VMA_FMT "x", vma);
393 return printf ("%5" BFD_VMA_FMT "d", vma);
401 return nc + printf ("%" BFD_VMA_FMT "x", vma);
404 return printf ("%" BFD_VMA_FMT "d", vma);
407 return printf ("%" BFD_VMA_FMT "u", vma);
    [all...]
  /toolchain/binutils/binutils-2.25/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...]
elf32-rx.c     [all...]
archive.c 196 snprintf (buf, sizeof (buf), "%-10" BFD_VMA_FMT "u", size);
500 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size);
    [all...]
elfnn-aarch64.c     [all...]
elf64-hppa.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 148 #define BFD_VMA_FMT "l"
150 #define BFD_VMA_FMT "I64"
152 #define BFD_VMA_FMT "ll"
156 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
157 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
177 #define BFD_VMA_FMT "l"
178 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
179 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 148 #define BFD_VMA_FMT "l"
150 #define BFD_VMA_FMT "I64"
152 #define BFD_VMA_FMT "ll"
156 #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
157 #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x)
177 #define BFD_VMA_FMT "l"
178 #define fprintf_vma(s,x) fprintf (s, "%08" BFD_VMA_FMT "x", x)
179 #define sprintf_vma(s,x) sprintf (s, "%08" BFD_VMA_FMT "x", x)
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
corefile.c 559 sscanf (address, "%" BFD_VMA_FMT "x", &(symtab.limit->addr) );

Completed in 851 milliseconds