Lines Matching refs:discarded
449 if (s != &InputSection::discarded && s->flags & SHF_ALLOC) in handleSectionGroup()
465 if (!s || s == &InputSection::discarded) in handleSectionGroup()
621 this->sections[i] = &InputSection::discarded; in parse()
630 this->sections[i] = &InputSection::discarded; in parse()
657 this->sections[i] = &InputSection::discarded; in parse()
689 this->sections[secIndex] = &InputSection::discarded; in parse()
784 if (this->sections[i] == &InputSection::discarded) in initializeSections()
810 this->sections[i] = &InputSection::discarded; in initializeSections()
817 sections[i] = &InputSection::discarded; in initializeSections()
853 sections[i] = &InputSection::discarded; in initializeSections()
878 if (this->sections[i] == &InputSection::discarded) in initializeSections()
1033 if (target == &InputSection::discarded) in getRelocTarget()
1066 return &InputSection::discarded; in createInputSection()
1078 return &InputSection::discarded; in createInputSection()
1089 return &InputSection::discarded; in createInputSection()
1092 return &InputSection::discarded; in createInputSection()
1100 return &InputSection::discarded; in createInputSection()
1109 return &InputSection::discarded; in createInputSection()
1220 if (eSym.st_shndx == SHN_UNDEF || sec == &InputSection::discarded) in initSectionsAndLocalSyms()
1268 if (sec == &InputSection::discarded) { in postParse()