Searched refs:DynamicSection (Results 1 – 7 of 7) sorted by relevance
376 struct DynamicSection : Section { struct379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
482 template <class ELFT> class DynamicSection final : public SyntheticSection {486 DynamicSection();
1280 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection1316 DynamicSection<ELFT>::computeContents() { in computeContents()1573 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents()1579 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4738 part.dynamic = std::make_unique<DynamicSection<ELFT>>(); in createSyntheticSections()
988 class DynamicSection : public Section {990 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
1750 return Obj.addSection<DynamicSection>(*Data); in makeSection()
285 const ELFYAML::DynamicSection &Section,878 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()1771 const ELFYAML::DynamicSection &Section, in writeSectionContent()
1386 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()1621 Section.reset(new ELFYAML::DynamicSection()); in mapping()1622 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()