• Home
  • Raw
  • Download

Lines Matching refs:InputSection

177     return cast<InputSection>(this)->getOffset(offset);  in getOffset()
185 if (InputSection *isec = ms->getParent()) in getOffset()
198 InputSection *sec; in getOutputSection()
199 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection()
278 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
282 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
361 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
363 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
371 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
375 bool InputSection::classof(const SectionBase *s) { in classof()
380 OutputSection *InputSection::getParent() const { in getParent()
385 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup()
406 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
417 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations()
599 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20()
862 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
974 static void relocateNonAllocForRelocatable(InputSection *sec, uint8_t *buf) { in relocateNonAllocForRelocatable()
996 auto *sec = cast<InputSection>(this); in relocate()
1018 if (auto *sec = dyn_cast<InputSection>(this)) in relocateAlloc()
1107 if (isa<InputSection>(this)) { in relocateAlloc()
1198 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues()
1221 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { in writeTo()
1267 void InputSection::replace(InputSection *other) { in replace()
1276 for (InputSection *isec : dependentSections) in replace()
1433 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1435 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1437 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1439 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1447 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1448 template void InputSection::writeTo<ELF32BE>(uint8_t *);
1449 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1450 template void InputSection::writeTo<ELF64BE>(uint8_t *);