Searched refs:iplt (Results 1 – 8 of 8) sorted by relevance
116 iplog_t *iplt[IPL_LOGSIZE]; member229 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 …]
152 .iplt : { *(.iplt) }
136 iplt 129 IPLT
1799 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()1800 in.iplt->addSymbols(); in finalizeSections()1974 finalizeSynthetic(in.iplt.get()); in finalizeSections()
187 ? in.iplt->getVA() + getPltIdx() * target->ipltEntrySize in getPltVA()
1745 addPltEntry(*in.iplt, *in.igotPlt, dyn, target->iRelativeRel, *directSym); in handleNonPreemptibleIfunc()1752 d.section = in.iplt.get(); in handleNonPreemptibleIfunc()
2582 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()
1504 std::unique_ptr<IpltSection> iplt; member