Lines Matching refs:InputSection
249 InputSection *elf::createInterpSection() { in createInterpSection()
254 auto *Sec = make<InputSection>(nullptr, SHF_ALLOC, SHT_PROGBITS, 1, Contents, in createInterpSection()
857 for (InputSection *IS : ISD->Sections) { in build()
1232 void DynamicSection<ELFT>::addInSec(int32_t Tag, InputSection *Sec) { in addInSec()
1237 void DynamicSection<ELFT>::addInSecRelative(int32_t Tag, InputSection *Sec) { in addInSecRelative()
1512 InputSection *SymTab = Config->Relocatable ? In.SymTab : In.DynSymTab; in finalizeContents()
2404 static std::vector<InputSection *> getDebugInfoSections() { in getDebugInfoSections()
2405 std::vector<InputSection *> Ret; in getDebugInfoSections()
2407 if (InputSection *IS = dyn_cast<InputSection>(S)) in getDebugInfoSections()
2421 readAddressAreas(DWARFContext &Dwarf, InputSection *Sec) { in readAddressAreas()
2435 if (!S || S == &InputSection::Discarded || !S->Live) in readAddressAreas()
2440 auto *IS = cast<InputSection>(S); in readAddressAreas()
2561 std::vector<InputSection *> Sections = getDebugInfoSections(); in create()
3063 for (InputSection *IS : getInputSections(getParent())) in empty()
3090 InputSection *ThunkSection::getTargetInputSection() const { in getTargetInputSection()