Searched refs:ar_date (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | archive.c | 1956 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", in bfd_ar_hdr_from_filesystem() 2039 foo (ar_date, st_mtime, 10); in bfd_generic_stat_arch_elt() 2535 + offsetof (struct ar_hdr, ar_date[0])); in bsd_write_armap() 2536 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bsd_write_armap() 2647 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); in _bfd_archive_bsd_update_armap_timestamp() 2648 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_bsd_update_armap_timestamp() 2653 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_archive_bsd_update_armap_timestamp() 2655 || (bfd_bwrite (hdr.ar_date, sizeof (hdr.ar_date), arch) in _bfd_archive_bsd_update_armap_timestamp() 2656 != sizeof (hdr.ar_date))) in _bfd_archive_bsd_update_armap_timestamp() 2745 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in coff_write_armap()
|
D | archive64.c | 179 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_64_bit_write_armap()
|
D | coff-alpha.c | 2154 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
|
D | ecoff.c | 3091 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_ecoff_write_armap()
|
D | ChangeLog-2010 | 1434 (_bfd_ecoff_write_armap): Output ar_date and ar_size using
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | ar.h | 47 char ar_date[12]; /* File mtime. */ member
|
/toolchain/binutils/binutils-2.27/gold/ |
D | archive.cc | 164 char ar_date[12]; member
|