Searched refs:ch_timestamp (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c56 PE_READ32(hdr, ch->ch_timestamp);
282 if (!ch->ch_timestamp)
283 ch->ch_timestamp = time(NULL);
346 PE_WRITE32(hdr, ch->ch_timestamp);
H A Dpe.h128 uint32_t ch_timestamp; member in struct:_PE_CoffHdr
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c95 pch.ch_timestamp = (uint32_t) timestamp;

Completed in 167 milliseconds