Searched refs:ar_date (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/aout/
H A Dar.h34 /* The ar_date field of the armap (__.SYMDEF) member of an archive
36 BSD-derived linkers complain. We originally write the ar_date with
38 file, we rewrite ar_date if it's not still greater than the mod date. */
44 char ar_date[12]; /* file mtime */ member in struct:ar_hdr
/freebsd-11-stable/include/
H A Dar.h58 char ar_date[12]; /* modification time */ member in struct:ar_hdr
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c1400 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld",
1494 foo (ar_date, st_mtime, 10);
1959 + offsetof (struct ar_hdr, ar_date[0]));
1960 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
2049 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date));
2050 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "
[all...]
H A Darchive64.c175 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
H A Dcoff-alpha.c2231 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10);
H A Decoff.c3061 sprintf (hdr.ar_date, "%ld", (long) (statbuf.st_mtime + 60));
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf.h121 time_t ar_date; member in struct:__anon91
/freebsd-11-stable/contrib/bmake/
H A Darch.c144 char ar_date[12]; /* modification time */ member in struct:ar_hdr
210 # define AR_DATE ar_date
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp19 char ar_date[12]; member in struct:ar_hdr

Completed in 154 milliseconds