Home
last modified time | relevance | path

Searched defs:RelocationSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h596 struct RelocationSection : Section { struct
600 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
602 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
606 static bool classof(const Chunk *S) { in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h39 class RelocationSection; variable