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

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_section.c372 pe->pe_rvamax = 0;
379 if (sh->sh_addr + sh->sh_virtsize > pe->pe_rvamax)
380 pe->pe_rvamax = sh->sh_addr + sh->sh_virtsize;
H A D_libpe.h76 unsigned int pe_rvamax; /* maximum RVA */ member in struct:_PE
H A Dlibpe_coff.c420 oh->oh_imgsize = roundup(pe->pe_rvamax, oh->oh_secalign);

Completed in 155 milliseconds