Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c56 PE_READ32(hdr, ch->ch_timestamp); in libpe_parse_coff_header()
282 if (!ch->ch_timestamp) in libpe_write_coff_header()
283 ch->ch_timestamp = time(NULL); in libpe_write_coff_header()
346 PE_WRITE32(hdr, ch->ch_timestamp); in libpe_write_coff_header()
H A Dpe.h130 uint32_t ch_timestamp; member
/src/contrib/elftoolchain/elfcopy/
H A Dpe.c95 pch.ch_timestamp = (uint32_t) timestamp; in create_pe()