Home
last modified time | relevance | path

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

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