Searched refs:rh_compid (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/libpe/
H A Dlibpe_rich.c107 if ((rh->rh_compid = malloc(rh->rh_total * sizeof(*rh->rh_compid))) ==
115 free(rh->rh_compid);
121 rh->rh_compid[i] = le32dec(p) ^ rh->rh_xor;
H A Dpe_rich.c100 cksum += rol32(rh->rh_compid[i], rh->rh_cnt[i]);
H A Dlibpe_init.c124 free(pe->pe_rh->rh_compid);
H A Dpe.h67 uint32_t *rh_compid; member in struct:_PE_RichHdr

Completed in 106 milliseconds