Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h345 struct DynamicSection : Section { struct
348 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
/netbsd-src/external/apache2/llvm/dist/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.cpp1714 return Obj.addSection<DynamicSection>(*Data); in makeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp76 Expected<ELFYAML::DynamicSection *> dumpDynamicSection(const Elf_Shdr *Shdr);
1034 Expected<ELFYAML::DynamicSection *>
1036 auto S = std::make_unique<ELFYAML::DynamicSection>(); in dumpDynamicSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1260 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()
1495 Section.reset(new ELFYAML::DynamicSection()); in mapping()
1496 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping()
H A DELFEmitter.cpp267 const ELFYAML::DynamicSection &Section,
830 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) { in initSectionHeaders()
1608 const ELFYAML::DynamicSection &Section, in writeSectionContent()