Home
last modified time | relevance | path

Searched refs:DynamicSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h391 struct DynamicSection : Section { struct
394 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h492 template <class ELFT> class DynamicSection final : public SyntheticSection {
496 DynamicSection(Ctx &);
H A DSyntheticSections.cpp1331 DynamicSection<ELFT>::DynamicSection(Ctx &ctx) in DynamicSection() function in DynamicSection
1367 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h992 class DynamicSection : public Section {
994 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
H A DELFObject.cpp1747 return Obj.addSection<DynamicSection>(*Data); in makeSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp282 const ELFYAML::DynamicSection &Section,
871 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()
1775 const ELFYAML::DynamicSection &Section, in writeSectionContent()
H A DELFYAML.cpp1418 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()