/toolchain/binutils/binutils-2.25/binutils/ |
D | size.c | 414 (radix == decimal ? "%" BFD_VMA_FMT "u" : in size_number() 415 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")), in size_number() 427 (radix == decimal ? "%" BFD_VMA_FMT "u" : in rprint_number() 428 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")), in rprint_number()
|
D | od-xcoff.c | 1688 printf (" fdsinfox: offset: 0x%08" BFD_VMA_FMT "x\n", in dump_dumpx_core() 1690 printf (" loader: offset: 0x%08" BFD_VMA_FMT "x, " in dump_dumpx_core() 1691 "size: 0x%" BFD_VMA_FMT"x\n", in dump_dumpx_core() 1694 printf (" thr: offset: 0x%08" BFD_VMA_FMT "x, nbr: %u\n", in dump_dumpx_core() 1697 printf (" segregions: offset: 0x%08" BFD_VMA_FMT "x, " in dump_dumpx_core() 1698 "nbr: %" BFD_VMA_FMT "u\n", in dump_dumpx_core() 1701 printf (" stack: offset: 0x%08" BFD_VMA_FMT "x, " in dump_dumpx_core() 1702 "org: 0x%" BFD_VMA_FMT"x, " in dump_dumpx_core() 1703 "size: 0x%" BFD_VMA_FMT"x\n", in dump_dumpx_core() 1707 printf (" data: offset: 0x%08" BFD_VMA_FMT "x, " in dump_dumpx_core() [all …]
|
D | coffdump.c | 368 printf ("%s %" BFD_VMA_FMT "x ", in dump_coff_scope()
|
D | bucomm.c | 439 fprintf (file, "%s %ld/%ld %6" BFD_VMA_FMT "u %s ", modebuf + 1, in print_arelt_descr()
|
D | readelf.c | 383 return nc + printf ("%8.8" BFD_VMA_FMT "x", vma); in print_vma() 390 return printf ("%5" BFD_VMA_FMT "d", vma); in print_vma() 398 return nc + printf ("%" BFD_VMA_FMT "x", vma); in print_vma() 401 return printf ("%" BFD_VMA_FMT "d", vma); in print_vma() 404 return printf ("%" BFD_VMA_FMT "u", vma); in print_vma() 1543 printf (" - %" BFD_VMA_FMT "x", - off); in dump_relocations() 1545 printf (" + %" BFD_VMA_FMT "x", off); in dump_relocations() 1555 printf ("-%" BFD_VMA_FMT "x", - off); in dump_relocations() 1557 printf ("%" BFD_VMA_FMT "x", off); in dump_relocations() 5947 printf ("%08" BFD_VMA_FMT "x ", in dump_ia64_vms_dynamic_relocs() [all …]
|
D | ChangeLog-2011 | 56 Use BFD_VMA_FMT for printf format specifier for dynamic tag value. 854 type and print those typed values via BFD_VMA_FMT
|
D | ChangeLog-2008 | 354 (print_vma): Use BFD_VMA_FMT.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in.h | 139 #define BFD_VMA_FMT "l" macro 141 #define BFD_VMA_FMT "I64" macro 143 #define BFD_VMA_FMT "ll" macro 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" macro 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)
|
D | bfd-in2.h | 146 #define BFD_VMA_FMT "l" macro 148 #define BFD_VMA_FMT "I64" macro 150 #define BFD_VMA_FMT "ll" macro 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" macro 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)
|
D | elf32-rx.c | 3870 fprintf (info->mapfile, "\nRX Vector Table: %s has %d entries at 0x%08" BFD_VMA_FMT "x\n\n", in rx_table_map() 3874 fprintf (info->mapfile, " default handler is: %s at 0x%08" BFD_VMA_FMT "x\n", in rx_table_map() 3878 fprintf (info->mapfile, " default handler is at 0x%08" BFD_VMA_FMT "x\n", in rx_table_map() 3895 fprintf (info->mapfile, " 0x%08" BFD_VMA_FMT "x [%3d] ", start_addr + 4 * idx, idx); in rx_table_map() 3910 …fprintf (info->mapfile, "0x%08" BFD_VMA_FMT "x %s\n", info->table_handlers[idx], info->table_entri… in rx_table_map() 3915 fprintf (info->mapfile, "0x%08" BFD_VMA_FMT "x ???\n", info->table_handlers[idx]); in rx_table_map()
|
D | archive.c | 195 snprintf (buf, sizeof (buf), "%-10" BFD_VMA_FMT "u", size); in _bfd_ar_sizepad() 497 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); in _bfd_generic_read_ar_hdr_mag()
|
D | elfnn-aarch64.c | 2243 snprintf (stub_name, len, "%08x_%s+%" BFD_VMA_FMT "x", in elfNN_aarch64_stub_name() 2253 snprintf (stub_name, len, "%08x_%x:%x+%" BFD_VMA_FMT "x", in elfNN_aarch64_stub_name() 3259 snprintf (stub_name, len, "e843419@%04x_%08x_%" BFD_VMA_FMT "x", in _bfd_aarch64_erratum_843419_stub_name()
|
D | elf64-hppa.c | 3278 (_("%B(%A+0x%" BFD_VMA_FMT "x): cannot reach %s"), in elf_hppa_final_link_relocate()
|
D | ChangeLog | 1599 * elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability.
|
D | ChangeLog-2011 | 9 BFD_VMA_FMT.
|
D | ChangeLog-2008 | 1638 * bfd-in.h (BFD_VMA_FMT): Define.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2009 | 114 * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
|
D | corefile.c | 558 sscanf (address, "%" BFD_VMA_FMT "x", &(symtab.limit->addr) ); in core_create_syms_from()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | macro.c | 386 sprintf (buf, "%" BFD_VMA_FMT "d", val); in get_any_string()
|