Searched refs:ar_size (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive64.c | 171 if (!_bfd_ar_sizepad (hdr.ar_size, sizeof (hdr.ar_size), mapsize)) in bfd_elf64_archive_write_armap()
|
D | archive.c | 497 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); in _bfd_generic_read_ar_hdr_mag() 1817 if (!_bfd_ar_sizepad (hdr->ar_size, sizeof (hdr->ar_size), in _bfd_bsd44_write_ar_hdr() 1940 if (!_bfd_ar_sizepad (hdr->ar_size, sizeof (hdr->ar_size), status.st_size)) in bfd_ar_hdr_from_filesystem() 2184 if (!_bfd_ar_sizepad (hdr.ar_size, sizeof (hdr.ar_size), in _bfd_write_archive_contents() 2466 if (!_bfd_ar_sizepad (hdr.ar_size, sizeof (hdr.ar_size), mapsize)) in bsd_write_armap() 2633 if (!_bfd_ar_sizepad (hdr.ar_size, sizeof (hdr.ar_size), mapsize)) in coff_write_armap()
|
D | coff-alpha.c | 2204 size = strtol (h->ar_size, (char **) NULL, 10); in alpha_ecoff_openr_next_archived_file()
|
D | som.c | 6139 parsed_size = strtol (ar_header.ar_size, NULL, 10); in som_slurp_armap() 6655 _bfd_ar_spacepad (hdr.ar_size, sizeof (hdr.ar_size), "%-10d", in som_write_armap()
|
D | ecoff.c | 3076 _bfd_ar_spacepad (hdr.ar_size, sizeof (hdr.ar_size), "%-10ld", mapsize); in _bfd_ecoff_write_armap()
|
D | ChangeLog-2012 | 1894 stops at end of ar_size field.
|
D | ChangeLog-2010 | 1434 (_bfd_ecoff_write_armap): Output ar_date and ar_size using
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | ar.h | 51 char ar_size[10]; /* File size, printed as decimal. */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | elfcomm.c | 447 size = strtoul (arch->arhdr.ar_size, NULL, 10); in process_archive_index_and_symbols() 625 arch->longnames_size = strtoul (arch->arhdr.ar_size, NULL, 10); in setup_archive()
|
D | elfedit.c | 352 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10); in process_archive()
|
D | readelf.c | 15220 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10); in process_archive()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | archive.cc | 168 char ar_size[10]; member 353 const int size_string_size = sizeof hdr->ar_size; in interpret_header() 355 memcpy(size_string, hdr->ar_size, size_string_size); in interpret_header()
|