Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libpe/
H A Dpe_buffer.c46 if ((ps->ps_flags & LIBPE_F_LOAD_SECTION) == 0) { in pe_getbuffer()
88 if ((ps->ps_flags & LIBPE_F_LOAD_SECTION) == 0) { in pe_newbuffer()
H A Dlibpe_section.c196 assert((ps->ps_flags & LIBPE_F_LOAD_SECTION) == 0); in libpe_load_section()
203 ps->ps_flags |= LIBPE_F_LOAD_SECTION; in libpe_load_section()
252 ps->ps_flags |= LIBPE_F_LOAD_SECTION; in libpe_load_section()
274 if (ps->ps_flags & LIBPE_F_LOAD_SECTION) in libpe_load_all_sections()
393 if ((ps->ps_flags & LIBPE_F_LOAD_SECTION) == 0) { in libpe_resync_sections()
H A Dlibpe_buffer.c113 assert(ps->ps_flags & LIBPE_F_LOAD_SECTION); in libpe_resync_buffers()
148 assert(ps->ps_flags & LIBPE_F_LOAD_SECTION); in libpe_write_buffers()
H A Dpe_section.c115 ps->ps_flags |= PE_F_DIRTY | LIBPE_F_LOAD_SECTION; in pe_newscn()
174 ps->ps_flags |= PE_F_DIRTY | LIBPE_F_LOAD_SECTION; in pe_insertscn()
H A D_libpe.h96 #define LIBPE_F_LOAD_SECTION 0x1000U macro