Searched defs:RelocationSection (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ObjectYAML/ | ||
H A D | ELFYAML.h | 623 struct RelocationSection : Section { global() struct |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.h | 39 class RelocationSection; variable |
/llvm-project/bolt/lib/Rewrite/ | ||
H A D | RewriteInstance.cpp | 2079 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); getRelocationAddend() local |
/llvm-project/lld/ELF/ | ||
H A D | SyntheticSections.cpp | 1719 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, RelocationSection() function in RelocationSection |