Searched refs:DynamicSection (Results 1 – 9 of 9) sorted by relevance
1245 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection1290 DynamicSection<ELFT>::computeContents() { in computeContents()1532 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents()1538 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()3923 template class elf::DynamicSection<ELF32LE>; member in elf3924 template class elf::DynamicSection<ELF32BE>; member in elf3925 template class elf::DynamicSection<ELF64LE>; member in elf3926 template class elf::DynamicSection<ELF64BE>; member in elf
475 template <class ELFT> class DynamicSection final : public SyntheticSection {479 DynamicSection();
346 part.dynamic = std::make_unique<DynamicSection<ELFT>>(); in createSyntheticSections()
350 struct DynamicSection : Section { struct353 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
855 class DynamicSection : public Section {857 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
1703 return Obj.addSection<DynamicSection>(*Data); in makeSection()
79 Expected<ELFYAML::DynamicSection *> dumpDynamicSection(const Elf_Shdr *Shdr);1078 Expected<ELFYAML::DynamicSection *>1080 auto S = std::make_unique<ELFYAML::DynamicSection>(); in dumpDynamicSection()
1352 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()1586 Section.reset(new ELFYAML::DynamicSection()); in mapping()1587 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()
278 const ELFYAML::DynamicSection &Section,871 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()1651 const ELFYAML::DynamicSection &Section, in writeSectionContent()