Searched refs:lsi (Results 1 – 2 of 2) sorted by relevance
225 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); in processRelocationRef() local226 if (lsi != Symbols.end()) { in processRelocationRef()227 Value.SectionID = lsi->second.first; in processRelocationRef()228 Value.Addend = lsi->second.second; in processRelocationRef()
615 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); in processRelocationRef() local618 if (lsi != Symbols.end()) { in processRelocationRef()619 Value.SectionID = lsi->second.first; in processRelocationRef()620 Value.Addend = lsi->second.second; in processRelocationRef()