Searched refs:DynamicSection (Results 1 – 7 of 7) sorted by relevance
391 struct DynamicSection : Section { struct394 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
492 template <class ELFT> class DynamicSection final : public SyntheticSection {496 DynamicSection(Ctx &);
1331 DynamicSection<ELFT>::DynamicSection(Ctx &ctx) in DynamicSection() function in DynamicSection1367 DynamicSection<ELFT>::computeContents() { in computeContents()1628 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents()1634 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4809 part.dynamic = std::make_unique<DynamicSection<ELFT>>(ctx); in createSyntheticSections()
992 class DynamicSection : public Section {994 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
1747 return Obj.addSection<DynamicSection>(*Data); in makeSection()
282 const ELFYAML::DynamicSection &Section,871 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()1775 const ELFYAML::DynamicSection &Section, in writeSectionContent()
1418 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()1653 Section.reset(new ELFYAML::DynamicSection()); in mapping()1654 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()