Searched refs:lsi (Results 1 – 3 of 3) sorted by relevance
209 LookupSwitchInsnNode lsi = (LookupSwitchInsnNode) insnNode; in analyze() local210 int jump = insns.indexOf(lsi.dflt); in analyze()213 for (int j = 0; j < lsi.labels.size(); ++j) { in analyze()214 LabelNode label = (LabelNode) lsi.labels.get(j); in analyze()
703 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); in processRelocationRef() local704 if (lsi != Symbols.end()) { in processRelocationRef()705 Value.SectionID = lsi->second.first; in processRelocationRef()706 Value.Addend = lsi->second.second + Addend; in processRelocationRef()
960 SymbolTableMap::const_iterator lsi = Symbols.end(); in processRelocationRef() local963 lsi = Symbols.find(TargetName.data()); in processRelocationRef()966 if (lsi != Symbols.end()) { in processRelocationRef()967 Value.SectionID = lsi->second.first; in processRelocationRef()968 Value.Offset = lsi->second.second; in processRelocationRef()969 Value.Addend = lsi->second.second + Addend; in processRelocationRef()