Home
last modified time | relevance | path

Searched refs:iplt (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c116 iplog_t *iplt[IPL_LOGSIZE]; member
229 softl->iplt[i] = NULL; in ipf_log_soft_init()
231 softl->iplh[i] = &softl->iplt[i]; in ipf_log_soft_init()
674 while (softl->ipl_log_init == 1 && softl->iplt[unit] == NULL) { in ipf_log_read()
708 for (; (ipl = softl->iplt[unit]) != NULL;) { in ipf_log_read()
715 softl->iplt[unit] = ipl->ipl_next; in ipf_log_read()
724 ipl->ipl_next = softl->iplt[unit]; in ipf_log_read()
725 softl->iplt[unit] = ipl; in ipf_log_read()
733 if (!softl->iplt[unit]) { in ipf_log_read()
735 softl->iplh[unit] = &softl->iplt[unit]; in ipf_log_read()
[all …]
/freebsd/sys/conf/
H A Dldscript.powerpc64le152 .iplt : { *(.iplt) }
/freebsd/lib/libc/net/
H A Dprotocols136 iplt 129 IPLT
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1799 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()
1800 in.iplt->addSymbols(); in finalizeSections()
1974 finalizeSynthetic(in.iplt.get()); in finalizeSections()
H A DSymbols.cpp187 ? in.iplt->getVA() + getPltIdx() * target->ipltEntrySize in getPltVA()
H A DRelocations.cpp1745 addPltEntry(*in.iplt, *in.igotPlt, dyn, target->iRelativeRel, *directSym); in handleNonPreemptibleIfunc()
1752 d.section = in.iplt.get(); in handleNonPreemptibleIfunc()
H A DSyntheticSections.cpp2582 return !entries.empty() || (config->zRetpolineplt && in.iplt->isNeeded()); in isNeeded()
4480 iplt.reset(); in reset()
4894 in.iplt = std::make_unique<IpltSection>(); in createSyntheticSections()
4895 add(*in.iplt); in createSyntheticSections()
H A DSyntheticSections.h1504 std::unique_ptr<IpltSection> iplt; member