Searched refs:sh_virtsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_section.c125 PE_READ32(hdr, sh->sh_virtsize);
150 sh->sh_addr + sh->sh_virtsize) {
379 if (sh->sh_addr + sh->sh_virtsize > pe->pe_rvamax)
380 pe->pe_rvamax = sh->sh_addr + sh->sh_virtsize;
444 PE_WRITE32(hdr, sh->sh_virtsize);
H A Dpe.h284 uint32_t sh_virtsize; member in struct:_PE_SecHdr
H A Dlibpe_coff.c323 reloc_sz = sh->sh_virtsize;
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dpe.c176 psh.sh_virtsize = sh.sh_size;

Completed in 35 milliseconds