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

  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 236 unsigned SymIdx;
237 if (SymN2I.lookup(S->Info, SymIdx)) {
242 SHeader.sh_info = SymIdx;
378 unsigned SymIdx = 0;
382 SymN2I.lookup(Rel.Symbol, SymIdx);
389 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc));
395 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 780 unsigned SymIdx = 0;
792 SymIdx = GblSymLookup[G];
795 // SymIdx + Addend = section sym for global + section offset
796 unsigned SectionIdx = PrivateSyms[SymIdx]->SectionIdx;
797 Addend = PrivateSyms[SymIdx]->Value + GlobalOffset;
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
804 SymIdx = ExtSymLookup[ExtSym];
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend);
    [all...]

Completed in 117 milliseconds