Home
last modified time | relevance | path

Searched refs:ar_date (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Darchive.c1918 _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()
Darchive64.c173 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bfd_elf64_archive_write_armap()
Dcoff-alpha.c2167 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
Decoff.c3064 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_ecoff_write_armap()
Dsom.c6647 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%-12ld", in som_write_armap()
DChangeLog-20101434 (_bfd_ecoff_write_armap): Output ar_date and ar_size using
/toolchain/binutils/binutils-2.25/include/aout/
Dar.h47 char ar_date[12]; /* File mtime. */ member
/toolchain/binutils/binutils-2.25/gold/
Darchive.cc160 char ar_date[12]; member