Lines Matching refs:OutputSection
671 if (const OutputSection *OS = Sym.getOutputSection()) in addEntry()
702 for (const std::pair<const OutputSection *, FileGot::PageBlock> &P : PagesMap) in getPageEntriesNum()
731 if (const OutputSection *OutSec = Sym.getOutputSection()) { in getPageEntryOffset()
851 for (std::pair<const OutputSection *, FileGot::PageBlock> &P : in build()
853 const OutputSection *OS = P.first; in build()
902 for (std::pair<const OutputSection *, FileGot::PageBlock> &P : in build()
980 for (const std::pair<const OutputSection *, FileGot::PageBlock> &L : in build()
1040 for (const std::pair<const OutputSection *, FileGot::PageBlock> &L : in writeTo()
1244 void DynamicSection<ELFT>::addOutSec(int32_t Tag, OutputSection *Sec) { in addOutSec()
1249 void DynamicSection<ELFT>::addSize(int32_t Tag, OutputSection *Sec) { in addSize()
1318 if (OutputSection *Sec = In.DynStrTab->getParent()) in finalizeContents()
1875 if (OutputSection *Sec = StrTabSec.getParent()) in finalizeContents()
1980 if (const OutputSection *OS = Sym->getOutputSection()) in getSymSectionIndex()
2092 if (isa<OutputSection>(Base)) in empty()
2141 if (OutputSection *Sec = In.DynSymTab->getParent()) in finalizeContents()
2274 if (OutputSection *Sec = In.DynSymTab->getParent()) in finalizeContents()
2711 if (OutputSection *Sec = In.DynStrTab->getParent()) in finalizeContents()
2856 if (OutputSection *Sec = In.DynStrTab->getParent()) in finalizeContents()
3073 ThunkSection::ThunkSection(OutputSection *OS, uint64_t Off) in ThunkSection()