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