Searched refs:ar_date (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 1918 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", in bfd_ar_hdr_from_filesystem() 1999 foo (ar_date, st_mtime, 10); in bfd_generic_stat_arch_elt() 2461 + offsetof (struct ar_hdr, ar_date[0])); in bsd_write_armap() 2462 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bsd_write_armap() 2570 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); in _bfd_archive_bsd_update_armap_timestamp() 2571 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_bsd_update_armap_timestamp() 2576 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_archive_bsd_update_armap_timestamp() 2578 || (bfd_bwrite (hdr.ar_date, sizeof (hdr.ar_date), arch) in _bfd_archive_bsd_update_armap_timestamp() 2579 != sizeof (hdr.ar_date))) in _bfd_archive_bsd_update_armap_timestamp() 2635 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in coff_write_armap()
|
D | archive64.c | 173 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bfd_elf64_archive_write_armap()
|
D | coff-alpha.c | 2167 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
|
D | ecoff.c | 3064 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_ecoff_write_armap()
|
D | som.c | 6647 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%-12ld", in som_write_armap()
|
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 | 47 char ar_date[12]; /* File mtime. */ member
|
/toolchain/binutils/binutils-2.25/gold/ |
D | archive.cc | 160 char ar_date[12]; member
|