Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe.h71 #define PE_F_STRIP_DOS_STUB 0x002U macro
H A Dlibpe_dos.c221 (pe->pe_flags & PE_F_STRIP_DOS_STUB)) { in libpe_write_msdos_stub()
286 if (pe->pe_flags & PE_F_STRIP_DOS_STUB) in libpe_write_msdos_stub()
H A Dpe_flag.c42 if ((flags & ~(PE_F_STRIP_DOS_STUB | PE_F_STRIP_RICH_HEADER | in pe_flag()