Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h595 struct RelocationSection : Section { struct
599 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
601 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
605 static bool classof(const Chunk *S) { in classof()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h39 class RelocationSection; variable
784 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1717 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc) in RelocationSection() function in RelocationSection
3948 template class elf::RelocationSection<ELF32LE>; member in elf
3949 template class elf::RelocationSection<ELF32BE>; member in elf
3950 template class elf::RelocationSection<ELF64LE>; member in elf
3951 template class elf::RelocationSection<ELF64BE>; member in elf
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1784 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); in getRelocationAddend() local
1819 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); in getRelocationSymbol() local