Home
last modified time | relevance | path

Searched refs:RelSec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h98 Error forEachRelocation(const object::SectionRef &RelSec,
106 Error forEachRelocation(const object::SectionRef &RelSec, ClassT *Instance,
110 RelSec,
193 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec, in forEachRelocation() argument
197 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation()
210 auto *BlockToFix = getGraphBlock(RelSec.getIndex() + 1); in forEachRelocation()
217 for (const auto &R : RelSec.relocations()) in forEachRelocation()
218 if (Error Err = Func(R, RelSec, *BlockToFix)) in forEachRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1878 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local
1885 Sections->begin() + RelSec->Index; in readSections()
1886 if (RelSec->Type == SHT_CREL) { in readSections()
1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections()
1892 if (Error Err = initRelocations(RelSec, RelsOrRelas->second)) in readSections()
1894 } else if (RelSec->Type == SHT_REL) { in readSections()
1900 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()
1908 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()
2208 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local
2209 if (auto ToRelSec = RelSec->getSection()) in removeSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1073 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
1076 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()