HomeSort by relevance Sort by last modified time
    Searched defs:RelSection (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 128 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>(
130 RelSection->setRelatedSection(RelatedSection);
131 return RelSection;
146 ELFRelocationSection *RelSection = *RelIt;
147 if (RelSection->getRelatedSection() == UserSection) {
148 RelSection->setInfoNum(UserSection->getNumber());
149 RelSection->setNumber(CurSectionNumber++);
150 RelSection->setNameStrIndex(ShStrTab->getIndex(RelSection->getName()));
151 AllSections.push_back(RelSection);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 548 const MCSectionELF *RelSection = RelMap.lookup(&Section);
549 if (RelSection)
550 SectionIndexMap[RelSection] = Index++;
    [all...]

Completed in 401 milliseconds