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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dar.h58 char ar_date[12]; /* modification time */ member in struct:ar_hdr
/macosx-10.10.1/cxxfilt-11/cxxfilt/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
/macosx-10.10.1/dtrace-147/libelf/
H A Dar.c224 m->m_hdr.ar_date = (time_t)_elf_number(f->ar_date,
225 &f->ar_date[ARSZ(ar_date)], 10);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1397 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld",
1491 foo (ar_date, st_mtime, 10);
1952 + offsetof (struct ar_hdr, ar_date[0]));
1953 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
2042 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date));
2043 _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.c6173 sprintf (hdr.ar_date, "%ld", bfd_ardata (abfd)->armap_timestamp);
/macosx-10.10.1/dtrace-147/head/
H A Dlibelf.h138 time_t ar_date; member in struct:__anon8090

Completed in 153 milliseconds