Home
last modified time | relevance | path

Searched refs:pe_rh (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe_rich.c43 if (pe->pe_rh == NULL && pe->pe_stub_ex > 0 && in pe_rich_header()
49 if (pe->pe_rh == NULL) { in pe_rich_header()
54 return (pe->pe_rh); in pe_rich_header()
98 rh = pe->pe_rh; in pe_rich_header_validate()
H A Dlibpe_init.c123 if (pe->pe_rh) { in libpe_release_object()
124 free(pe->pe_rh->rh_compid); in libpe_release_object()
125 free(pe->pe_rh->rh_cnt); in libpe_release_object()
126 free(pe->pe_rh); in libpe_release_object()
H A Dlibpe_rich.c125 pe->pe_rh = rh; in libpe_parse_rich_header()
H A D_libpe.h67 PE_RichHdr *pe_rh; /* rich header */ member
H A Dlibpe_dos.c259 if (pe->pe_rh != NULL) { in libpe_write_msdos_stub()