Home
last modified time | relevance | path

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

/freebsd-src/contrib/elftoolchain/libpe/
H A Dpe_coff.c104 pe_update_opt_header(PE *pe, PE_OptHdr *oh) in pe_update_opt_header() function
H A Dlibpe.h110 int pe_update_opt_header(PE *, PE_OptHdr *);
/freebsd-src/contrib/elftoolchain/elfcopy/
H A Dpe.c227 if (pe_update_opt_header(pe, &poh) < 0) in create_pe()