HomeSort by: relevance | last modified time | path
    Searched refs:RelSec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 1849 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) {
1856 Sections->begin() + RelSec->Index;
1857 if (RelSec->Type == SHT_REL) {
1863 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels))
1871 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas))
2115 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) {
2116 if (auto ToRelSec = RelSec->getSection())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 957 const Elf_Shdr *RelSec = getRelSection(RelData);
960 auto SymSecOrErr = EF.getSection(RelSec->sh_link);

Completed in 24 milliseconds