Searched refs:pe_stub_app_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dpe_dos.c116 pe->pe_stub_app_sz = sz;
H A Dlibpe_dos.c274 (pe->pe_stub_app != NULL && pe->pe_stub_app_sz !=
290 if (pe->pe_stub_app != NULL && pe->pe_stub_app_sz > 0) {
291 if (write(pe->pe_fd, pe->pe_stub_app, pe->pe_stub_app_sz) !=
292 (ssize_t) pe->pe_stub_app_sz) {
296 off = pe->pe_stub_app_sz;
H A D_libpe.h66 size_t pe_stub_app_sz; /* MS-DOS stub len (app supplied) */ member in struct:_PE

Completed in 105 milliseconds