Home
last modified time | relevance | path

Searched refs:rh_cnt (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libpe/
HDlibpe_rich.c113 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()
HDpe_rich.c100 cksum += rol32(rh->rh_compid[i], rh->rh_cnt[i]); in pe_rich_header_validate()
HDlibpe_init.c125 free(pe->pe_rh->rh_cnt); in libpe_release_object()
HDpe.h68 uint32_t *rh_cnt; member
/freebsd-13-stable/sys/netpfil/pf/
HDpf.c7928 int off, terminal = 0, dirndx, rh_cnt = 0, pqid = 0; in pf_test6() local
8007 if (rh_cnt++) { in pf_test6()
8244 if (action == PF_PASS && rh_cnt && in pf_test6()