Lines Matching refs:InputSection
192 return cast<InputSection>(this)->getOffset(offset); in getOffset()
200 if (InputSection *isec = ms->getParent()) in getOffset()
213 InputSection *sec; in getOutputSection()
214 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection()
271 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
275 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
354 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
356 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
364 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
368 bool InputSection::classof(const SectionBase *s) { in classof()
373 OutputSection *InputSection::getParent() const { in getParent()
378 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup()
399 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
410 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations()
605 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20()
874 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
989 static void relocateNonAllocForRelocatable(InputSection *sec, uint8_t *buf) { in relocateNonAllocForRelocatable()
1011 auto *sec = cast<InputSection>(this); in relocate()
1033 if (auto *sec = dyn_cast<InputSection>(this)) in relocateAlloc()
1122 if (isa<InputSection>(this)) { in relocateAlloc()
1213 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues()
1236 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { in writeTo()
1282 void InputSection::replace(InputSection *other) { in replace()
1291 for (InputSection *isec : dependentSections) in replace()
1452 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1454 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1456 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1458 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1466 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1467 template void InputSection::writeTo<ELF32BE>(uint8_t *);
1468 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1469 template void InputSection::writeTo<ELF64BE>(uint8_t *);