Lines Matching defs:isNeeded
711 bool GotSection::isNeeded() const {
1082 bool MipsGotSection::isNeeded() const {
1195 bool GotPltSection::isNeeded() const {
1338 if (file->isNeeded)
1398 if (part.relaDyn->isNeeded()) {
1431 if (isMain && in.relaPlt->isNeeded()) {
1476 if (mainPart->memtagGlobalDescriptors->isNeeded()) {
1517 if (part.verSym && part.verSym->isNeeded())
1523 if (part.verNeed && part.verNeed->isNeeded()) {
1560 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) {
2337 bool SymtabShndxSection::isNeeded() const {
2580 bool PltSection::isNeeded() const {
2582 return !entries.empty() || (config->zRetpolineplt && in.iplt->isNeeded());
2715 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; }
3616 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); }
3659 bool EhFrameHeader::isNeeded() const {
3660 return isLive() && getPartition().ehFrame->isNeeded();
3752 bool VersionTableSection::isNeeded() const {
3754 (getPartition().verDef || getPartition().verNeed->isNeeded());
3848 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const {
4207 bool ARMExidxSyntheticSection::isNeeded() const {
4259 bool PPC32Got2Section::isNeeded() const {
4332 bool PPC64LongBranchTargetSection::isNeeded() const {