Searched refs:DynamicSection (Results 1 – 8 of 8) sorted by relevance
1253 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection1298 DynamicSection<ELFT>::computeContents() { in computeContents()1557 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents()1563 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4025 template class elf::DynamicSection<ELF32LE>; member in elf4026 template class elf::DynamicSection<ELF32BE>; member in elf4027 template class elf::DynamicSection<ELF64LE>; member in elf4028 template class elf::DynamicSection<ELF64BE>; member in elf
477 template <class ELFT> class DynamicSection final : public SyntheticSection {481 DynamicSection();
407 part.dynamic = std::make_unique<DynamicSection<ELFT>>(); in createSyntheticSections()
364 struct DynamicSection : Section { struct367 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
864 class DynamicSection : public Section {866 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
1718 return Obj.addSection<DynamicSection>(*Data); in makeSection()
279 const ELFYAML::DynamicSection &Section,872 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()1703 const ELFYAML::DynamicSection &Section, in writeSectionContent()
1368 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()1603 Section.reset(new ELFYAML::DynamicSection()); in mapping()1604 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()