Home
last modified time | relevance | path

Searched refs:PE_F_STRIP_SECTION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe.h75 #define PE_F_STRIP_SECTION 0x020U macro
H A Dpe_flag.c133 (flags & ~(PE_F_DIRTY | PE_F_STRIP_SECTION)) == 0) { in pe_flag_scn()