Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c84 pch.ch_machine = IMAGE_FILE_MACHINE_I386; in create_pe()
87 pch.ch_machine = IMAGE_FILE_MACHINE_AMD64; in create_pe()
90 pch.ch_machine = IMAGE_FILE_MACHINE_UNKNOWN; in create_pe()
/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c54 PE_READ16(hdr, ch->ch_machine); in libpe_parse_coff_header()
275 ch->ch_machine = IMAGE_FILE_MACHINE_AMD64; in libpe_write_coff_header()
277 ch->ch_machine = IMAGE_FILE_MACHINE_I386; in libpe_write_coff_header()
344 PE_WRITE16(hdr, ch->ch_machine); in libpe_write_coff_header()
H A Dpe.h126 uint16_t ch_machine; member