Searched refs:rh_total (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_rich.c106 rh->rh_total = (r - p) / 8;
107 if ((rh->rh_compid = malloc(rh->rh_total * sizeof(*rh->rh_compid))) ==
113 if ((rh->rh_cnt = malloc(rh->rh_total * sizeof(*rh->rh_cnt))) ==
120 for (i = 0; (uint32_t) i < rh->rh_total; i++, p += 8) {
H A Dpe_rich.c99 for (i = 0; (uint32_t) i < rh->rh_total; i++)
H A Dpe.h66 uint32_t rh_total; member in struct:_PE_RichHdr

Completed in 73 milliseconds