Home
last modified time | relevance | path

Searched defs:DynamicSection (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h350 struct DynamicSection : Section { struct
353 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
355 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
359 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1245 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection
3923 template class elf::DynamicSection<ELF32LE>; member in elf
3924 template class elf::DynamicSection<ELF32BE>; member in elf
3925 template class elf::DynamicSection<ELF64LE>; member in elf
3926 template class elf::DynamicSection<ELF64BE>; member in elf
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h857 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function