Home
last modified time | relevance | path

Searched refs:sh_rawsize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_section.c127 PE_READ32(hdr, sh->sh_rawsize); in libpe_parse_section_headers()
164 sh->sh_rawsize = dd->dd_e[i].de_size; in libpe_parse_section_headers()
179 sh->sh_rawsize = ch->ch_nsym * PE_SYM_ENTRY_SIZE; in libpe_parse_section_headers()
201 if (sh->sh_rawsize == 0) { in libpe_load_section()
214 if ((sb = libpe_alloc_buffer(ps, sh->sh_rawsize)) == NULL) in libpe_load_section()
217 if (read(pe->pe_fd, sb->sb_pb.pb_buf, sh->sh_rawsize) != in libpe_load_section()
218 (ssize_t) sh->sh_rawsize) { in libpe_load_section()
397 sh->sh_rawsize = libpe_resync_buffers(ps); in libpe_resync_sections()
405 if (sh->sh_rawsize == 0) in libpe_resync_sections()
410 off += sh->sh_rawsize; in libpe_resync_sections()
[all …]
H A Dpe_symtab.c74 sh->sh_rawsize = sz; in pe_update_symtab()
H A Dpe.h286 uint32_t sh_rawsize; member
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c181 psh.sh_rawsize = roundup(sh.sh_size, poh.oh_filealign); in create_pe()