Searched refs:RelrSection (Results 1 – 5 of 5) sorted by relevance
654 struct RelrSection : Section { struct657 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
631 template <class ELFT> class RelrSection final : public RelrBaseSection {635 RelrSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
2072 RelrSection<ELFT>::RelrSection(Ctx &ctx, unsigned concurrency, in RelrSection() function in RelrSection2078 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize()4858 part.relrDyn = std::make_unique<RelrSection<ELFT>>(ctx, threadCount); in createSyntheticSections()4860 part.relrAuthDyn = std::make_unique<RelrSection<ELFT>>( in createSyntheticSections()
258 const ELFYAML::RelrSection &Section,861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1349 const ELFYAML::RelrSection &Section, in writeSectionContent()
1503 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1665 Section.reset(new ELFYAML::RelrSection()); in mapping()1666 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()