Home
last modified time | relevance | path

Searched refs:LIBPE_F_DIRTY_SEC_HEADER (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe_section.c116 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in pe_newscn()
175 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in pe_insertscn()
210 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in pe_update_section_header()
H A Dpe_flag.c161 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in pe_flag_section_header()
163 pe->pe_flags &= ~LIBPE_F_DIRTY_SEC_HEADER; in pe_flag_section_header()
H A Dlibpe_section.c426 if ((pe->pe_flags & LIBPE_F_DIRTY_SEC_HEADER) == 0) { in libpe_write_section_headers()
436 if ((pe->pe_flags & LIBPE_F_DIRTY_SEC_HEADER) == 0 && in libpe_write_section_headers()
H A D_libpe.h93 #define LIBPE_F_DIRTY_SEC_HEADER 0x800000U macro
H A Dlibpe_coff.c361 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in libpe_write_coff_header()
532 pe->pe_flags |= LIBPE_F_DIRTY_SEC_HEADER; in libpe_write_coff_header()