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

/haiku-buildtools/legacy/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
/haiku-buildtools/binutils/include/aout/
H A Dar.h36 /* The ar_date field of the armap (__.SYMDEF) member of an archive
38 BSD-derived linkers complain. We originally write the ar_date with
40 file, we rewrite ar_date if it's not still greater than the mod date. */
47 char ar_date[12]; /* File mtime. */ member in struct:ar_hdr
/haiku-buildtools/jam/
H A Dfilent.c170 char ar_date[12]; member in struct:ar_hdr
217 sscanf( ar_hdr.ar_date, "%ld", &lar_date );
H A Dfileunix.c80 char ar_date[12]; /* file member date - decimal */ member in struct:ar_hdr
243 sscanf( ar_hdr.ar_date, "%ld", &lar_date );
390 sscanf( ar_hdr.hdr.ar_date, "%ld", &lar_date );
/haiku-buildtools/gcc/gcc/
H A Dcollect2-aix.h90 char ar_date[12]; member in struct:external_big_ar_member
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c1400 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld",
1494 foo (ar_date, st_mtime, 10);
1951 + offsetof (struct ar_hdr, ar_date[0]));
1952 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
2041 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date));
2042 _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.c2215 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10);
H A Decoff.c3061 sprintf (hdr.ar_date, "%ld", (long) (statbuf.st_mtime + 60));
H A Dsom.c6170 sprintf (hdr.ar_date, "%ld", bfd_ardata (abfd)->armap_timestamp);
/haiku-buildtools/binutils/bfd/
H A Darchive64.c179 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
H A Darchive.c1964 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld",
2047 foo (ar_date, st_mtime, 10);
2545 + offsetof (struct ar_hdr, ar_date[0]));
2546 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
2657 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date));
2658 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "
[all...]
H A Dcoff-alpha.c2164 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10);
H A Decoff.c3101 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
H A Dsom.c6652 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%-12ld",
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dimport-archive.cc37 char ar_date[12]; member in struct:Archive_header
/haiku-buildtools/binutils/gold/
H A Darchive.cc164 char ar_date[12]; member in struct:gold::Archive::Archive_header

Completed in 183 milliseconds