Lines Matching refs:Stubs
945 StubMap &Stubs) { in processRelocationRef() argument
1029 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1030 if (i != Stubs.end()) { in processRelocationRef()
1037 Stubs[Value] = Section.StubOffset; in processRelocationRef()
1075 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1076 if (i != Stubs.end()) { in processRelocationRef()
1083 Stubs[Value] = Section.StubOffset; in processRelocationRef()
1112 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1113 if (i != Stubs.end()) { in processRelocationRef()
1120 Stubs[Value] = Section.StubOffset; in processRelocationRef()
1171 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1172 if (i != Stubs.end()) { in processRelocationRef()
1180 Stubs[Value] = Section.StubOffset; in processRelocationRef()
1291 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1293 if (i != Stubs.end()) { in processRelocationRef()
1306 Stubs[Value] = StubOffset; in processRelocationRef()
1343 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1345 if (i != Stubs.end()) { in processRelocationRef()
1357 Stubs[Value] = StubOffset; in processRelocationRef()