Searched refs:RelrSection (Results 1 – 6 of 6) sorted by relevance
626 struct RelrSection : Section { struct629 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
1995 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() function in RelrSection2000 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()4040 template class elf::RelrSection<ELF32LE>; member in elf4041 template class elf::RelrSection<ELF32BE>; member in elf4042 template class elf::RelrSection<ELF64LE>; member in elf4043 template class elf::RelrSection<ELF64BE>; member in elf
616 template <class ELFT> class RelrSection final : public RelrBaseSection {620 RelrSection(unsigned concurrency);
456 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
255 const ELFYAML::RelrSection &Section,862 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1308 const ELFYAML::RelrSection &Section, in writeSectionContent()
1453 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1614 Section.reset(new ELFYAML::RelrSection()); in mapping()1615 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()