Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMarkLive.cpp75 auto *RelSec = dyn_cast_or_null<InputSectionBase>(D->Section); in resolveReloc() local
76 if (!RelSec) in resolveReloc()
81 Fn(RelSec, Offset); in resolveReloc()
H A DICF.cpp435 if (auto *RelSec = dyn_cast_or_null<InputSection>(D->Section)) in combineRelocHashes() local
436 Hash += RelSec->Class[Cnt % 2]; in combineRelocHashes()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1148 if (auto RelSec = dyn_cast<RelocationSection>(&Section)) { in readSectionHeaders() local
1149 auto Shdr = unwrapOrError(ElfFile.sections()).begin() + RelSec->Index; in readSectionHeaders()
1150 if (RelSec->Type == SHT_REL) in readSectionHeaders()
1151 initRelocations(RelSec, Obj.SymbolTable, in readSectionHeaders()
1154 initRelocations(RelSec, Obj.SymbolTable, in readSectionHeaders()
1327 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local
1328 if (auto ToRelSec = RelSec->getSection()) in removeSections()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h799 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
802 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()