Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libpe/
H A Dpe_cntl.c52 if (libpe_load_all_sections(pe) < 0) in pe_cntl()
H A Dpe_buffer.c52 if (libpe_load_all_sections(pe) < 0) in pe_getbuffer()
H A D_libpe.h192 int libpe_load_all_sections(PE *);
H A Dlibpe_dos.c276 if (libpe_load_all_sections(pe) < 0) in libpe_write_msdos_stub()
H A Dlibpe_section.c258 libpe_load_all_sections(PE *pe) in libpe_load_all_sections() function