Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1248 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection
1267 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 elf
3896 template class elf::DynamicSection<ELF32BE>; member in elf
3897 template class elf::DynamicSection<ELF64LE>; member in elf
[all …]
H A DSyntheticSections.h493 template <class ELFT> class DynamicSection final : public SyntheticSection {
500 DynamicSection();
H A DWriter.cpp422 part.dynamic = make<DynamicSection<ELFT>>(); in createSyntheticSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h346 struct DynamicSection : Section { struct
349 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h842 class DynamicSection : public Section {
844 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
H A DObject.cpp1719 return Obj.addSection<DynamicSection>(*Data); in makeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1264 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()
H A DELFEmitter.cpp277 const ELFYAML::DynamicSection &Section,
871 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()
1644 const ELFYAML::DynamicSection &Section, in writeSectionContent()