Home
last modified time | relevance | path

Searched refs:ar_size (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Darchive64.c171 if (!_bfd_ar_sizepad (hdr.ar_size, sizeof (hdr.ar_size), mapsize)) in bfd_elf64_archive_write_armap()
Darchive.c497 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()
Dcoff-alpha.c2204 size = strtol (h->ar_size, (char **) NULL, 10); in alpha_ecoff_openr_next_archived_file()
Dsom.c6139 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()
Decoff.c3076 _bfd_ar_spacepad (hdr.ar_size, sizeof (hdr.ar_size), "%-10ld", mapsize); in _bfd_ecoff_write_armap()
DChangeLog-20121894 stops at end of ar_size field.
DChangeLog-20101434 (_bfd_ecoff_write_armap): Output ar_date and ar_size using
/toolchain/binutils/binutils-2.25/include/aout/
Dar.h51 char ar_size[10]; /* File size, printed as decimal. */ member
/toolchain/binutils/binutils-2.25/binutils/
Delfcomm.c447 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()
Delfedit.c352 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10); in process_archive()
Dreadelf.c15220 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10); in process_archive()
/toolchain/binutils/binutils-2.25/gold/
Darchive.cc168 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()