Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1849 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local
1856 Sections->begin() + RelSec->Index; in readSections()
1857 if (RelSec->Type == SHT_REL) { in readSections()
1863 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels)) in readSections()
1871 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas)) in readSections()
2115 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local
2116 if (auto ToRelSec = RelSec->getSection()) in removeSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h957 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
960 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()