Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1854 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local
1861 Sections->begin() + RelSec->Index; in readSections()
1862 if (RelSec->Type == SHT_REL) { in readSections()
1868 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels)) in readSections()
1876 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas)) in readSections()
2120 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local
2121 if (auto ToRelSec = RelSec->getSection()) in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h964 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
967 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()