Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libpe/
H A Dpe_update.c77 if ((off = libpe_write_sections(pe, off)) < 0) in pe_update()
H A D_libpe.h210 off_t libpe_write_sections(PE *, off_t);
H A Dlibpe_section.c468 libpe_write_sections(PE *pe, off_t off) in libpe_write_sections() function