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

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

Completed in 110 milliseconds