Searched refs:RelrSection (Results 1 – 5 of 5) sorted by relevance
638 struct RelrSection : Section { struct641 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
625 template <class ELFT> class RelrSection final : public RelrBaseSection {629 RelrSection(unsigned concurrency, bool isAArch64Auth = false);
2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() function in RelrSection2021 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()4787 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()4789 part.relrAuthDyn = std::make_unique<RelrSection<ELFT>>( in createSyntheticSections()
261 const ELFYAML::RelrSection &Section,868 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1356 const ELFYAML::RelrSection &Section, in writeSectionContent()
1471 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1633 Section.reset(new ELFYAML::RelrSection()); in mapping()1634 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()