Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_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()
H A Dpe_rich.c100 cksum += rol32(rh->rh_compid[i], rh->rh_cnt[i]); in pe_rich_header_validate()
H A Dlibpe_init.c125 free(pe->pe_rh->rh_cnt); in libpe_release_object()
H A Dpe.h68 uint32_t *rh_cnt; member
/freebsd/sys/netpfil/pf/
H A Dpf.c8576 int off, terminal = 0, dirndx, rh_cnt = 0, use_2nd_queue = 0; in pf_test6() local
8705 if (rh_cnt++) { in pf_test6()
8941 if (action == PF_PASS && rh_cnt && in pf_test6()