Searched refs:DynamicSection (Results 1 – 8 of 8) sorted by relevance
1248 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection1267 void DynamicSection<ELFT>::addInt(int32_t tag, uint64_t val) { in addInt()1272 void DynamicSection<ELFT>::addInSec(int32_t tag, InputSection *sec) { in addInSec()1284 void DynamicSection<ELFT>::addOutSec(int32_t tag, OutputSection *sec) { in addOutSec()1289 void DynamicSection<ELFT>::addSize(int32_t tag, OutputSection *sec) { in addSize()1294 void DynamicSection<ELFT>::addSym(int32_t tag, Symbol *sym) { in addSym()1330 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents()3895 template class elf::DynamicSection<ELF32LE>; member in elf3896 template class elf::DynamicSection<ELF32BE>; member in elf3897 template class elf::DynamicSection<ELF64LE>; member in elf[all …]
493 template <class ELFT> class DynamicSection final : public SyntheticSection {500 DynamicSection();
422 part.dynamic = make<DynamicSection<ELFT>>(); in createSyntheticSections()
346 struct DynamicSection : Section { struct349 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
842 class DynamicSection : public Section {844 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
1719 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1264 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()1499 Section.reset(new ELFYAML::DynamicSection()); in mapping()1500 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()
277 const ELFYAML::DynamicSection &Section,871 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()1644 const ELFYAML::DynamicSection &Section, in writeSectionContent()