Searched refs:RelrSection (Results 1 – 7 of 7) sorted by relevance
612 struct RelrSection : Section { struct615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
1968 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() function in RelrSection1973 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()3938 template class elf::RelrSection<ELF32LE>; member in elf3939 template class elf::RelrSection<ELF32BE>; member in elf3940 template class elf::RelrSection<ELF64LE>; member in elf3941 template class elf::RelrSection<ELF64BE>; member in elf
614 template <class ELFT> class RelrSection final : public RelrBaseSection {618 RelrSection(unsigned concurrency);
391 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
81 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);1136 Expected<ELFYAML::RelrSection *>1138 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
1436 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1597 Section.reset(new ELFYAML::RelrSection()); in mapping()1598 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
254 const ELFYAML::RelrSection &Section,861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1307 const ELFYAML::RelrSection &Section, in writeSectionContent()