Searched defs:SymIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp236 unsigned SymIdx; local
237 if (SymN2I.lookup(S->Info, SymIdx)) {
242 SHeader.sh_info = SymIdx;
378 unsigned SymIdx = 0; local
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/
H A DELFWriter.cpp780 unsigned SymIdx = 0; local
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);

Completed in 111 milliseconds