Searched refs:rh_cnt (Results 1 – 4 of 4) sorted by relevance
113 if ((rh->rh_cnt = malloc(rh->rh_total * sizeof(*rh->rh_cnt))) == in libpe_parse_rich_header()122 rh->rh_cnt[i] = le32dec(p + 4) ^ rh->rh_xor; in libpe_parse_rich_header()
100 cksum += rol32(rh->rh_compid[i], rh->rh_cnt[i]); in pe_rich_header_validate()
125 free(pe->pe_rh->rh_cnt); in libpe_release_object()
68 uint32_t *rh_cnt; member