Lines Matching refs:InputSection

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()
634 InputSection isec(*this, sec, name); in parse()
645 in.attributes = std::make_unique<InputSection>(*this, sec, name); 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()
899 s = makeThreadLocal<InputSection>( in initializeSections()
916 auto *isec = makeThreadLocal<InputSection>( in initializeSections()
939 InputSection *isec = cast<InputSection>(this->sections[i]); in initializeSections()
941 if (!isa<InputSection>(linkSec)) in initializeSections()
957 void readGnuProperty(const InputSection &sec, ObjFile<ELFT> &f) { in readGnuProperty()
1033 if (target == &InputSection::discarded) in getRelocTarget()
1066 return &InputSection::discarded; in createInputSection()
1077 readGnuProperty<ELFT>(InputSection(*this, sec, name), *this); 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()
1120 return makeThreadLocal<InputSection>(*this, sec, name); in createInputSection()
1220 if (eSym.st_shndx == SHN_UNDEF || sec == &InputSection::discarded) in initSectionsAndLocalSyms()
1268 if (sec == &InputSection::discarded) { in postParse()
1824 auto *section = make<InputSection>(this, SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, in parse()