Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp21 char ar_date[12]; member
48 ar_date(0), in Object()
62 ar_date = 0; in Clear()
94 ar_date = strtoul(str.c_str(), &err, 10); in Extract()
180 if (m_objects[match->value].ar_date == object_date) in FindObject()
185 if (m_objects[next_match->value].ar_date == object_date) in FindObject()
571 object_mod_time.OffsetWithSeconds(object->ar_date); in GetModuleSpecifications()
HDObjectContainerBSDArchive.h111 uint32_t ar_date; // modification time member
/trueos/usr.bin/make/
HDarch.c546 char buf[MAX(sizeof(ar->hdr.ar_size), sizeof(ar->hdr.ar_date)) + 1]; in ArchArchiveNext()
651 strlcpy(buf, ar->hdr.ar_date, sizeof(ar->hdr.ar_date) + 1); in ArchArchiveNext()
776 snprintf(ar->hdr.ar_date, sizeof(ar->hdr.ar_date), "%jd", in ArchArchiveTouch()
778 memset(ar->hdr.ar_date + strlen(ar->hdr.ar_date), in ArchArchiveTouch()
779 ' ', sizeof(ar->hdr.ar_date) - strlen(ar->hdr.ar_date)); in ArchArchiveTouch()
/trueos/contrib/binutils/bfd/
HDarchive.c1393 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", in bfd_ar_hdr_from_filesystem()
1487 foo (ar_date, st_mtime, 10); in bfd_generic_stat_arch_elt()
1950 + offsetof (struct ar_hdr, ar_date[0])); in bsd_write_armap()
1951 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bsd_write_armap()
2040 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); in _bfd_archive_bsd_update_armap_timestamp()
2041 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_bsd_update_armap_timestamp()
2046 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_archive_bsd_update_armap_timestamp()
2048 || (bfd_bwrite (hdr.ar_date, sizeof (hdr.ar_date), arch) in _bfd_archive_bsd_update_armap_timestamp()
2049 != sizeof (hdr.ar_date))) in _bfd_archive_bsd_update_armap_timestamp()
2105 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in coff_write_armap()
HDarchive64.c175 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in bfd_elf64_archive_write_armap()
HDcoff-alpha.c2223 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10);
HDecoff.c3053 sprintf (hdr.ar_date, "%ld", (long) (statbuf.st_mtime + 60)); in _bfd_ecoff_write_armap()
/trueos/contrib/binutils/include/aout/
HDar.h44 char ar_date[12]; /* file mtime */ member
/trueos/include/
HDar.h58 char ar_date[12]; /* modification time */ member
/trueos/lib/libelf/
HDlibelf.h129 time_t ar_date; member
/trueos/contrib/bmake/
HDarch.c145 char ar_date[12]; /* modification time */ member
212 # define AR_DATE ar_date