Home
last modified time | relevance | path

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

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