Searched refs:rh_total (Results 1 – 3 of 3) sorted by relevance
106 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()
99 for (i = 0; (uint32_t) i < rh->rh_total; i++) in pe_rich_header_validate()
66 uint32_t rh_total; member