Lines Matching refs:isNeeded
692 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1045 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1156 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
1333 if (file->isNeeded) in finalizeContents()
1396 if (part.relaDyn->isNeeded() || in finalizeContents()
1397 (in.relaIplt->isNeeded() && in finalizeContents()
1429 if (isMain && (in.relaPlt->isNeeded() || in.relaIplt->isNeeded())) { in finalizeContents()
1486 if (part.verSym && part.verSym->isNeeded()) in finalizeContents()
1492 if (part.verNeed && part.verNeed->isNeeded()) { in finalizeContents()
1529 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) { in finalizeContents()
2265 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2536 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
2538 return !entries.empty() || (config->zRetpolineplt && in.iplt->isNeeded()); in isNeeded()
2966 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection
3010 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
3011 return isLive() && getPartition().ehFrame->isNeeded(); in isNeeded()
3100 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection
3102 (getPartition().verDef || getPartition().verNeed->isNeeded()); in isNeeded()
3189 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection
3521 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded() function in ARMExidxSyntheticSection
3578 bool PPC32Got2Section::isNeeded() const { in isNeeded() function in PPC32Got2Section
3653 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded() function in PPC64LongBranchTargetSection