Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libpe/
Dpe.h181 uint32_t oh_textbase; member
Dlibpe_coff.c118 READ_OPT32(oh->oh_textbase); in libpe_parse_coff_header()
458 WRITE_OPT32(oh->oh_textbase); in libpe_write_coff_header()
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dpe.c147 poh.oh_textbase = (uint32_t) sh.sh_addr; in create_pe()