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

/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp73 alias_iterator alias_it, alias_it_e = list.end(); local
74 for (alias_it = list.begin(); alias_it != alias_it_e; ++alias_it) {
75 if (strcmp((*alias_it)->name(), pSym.name()) == 0) {
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp182 std::vector<AliasInfo>::iterator alias_it = sym_it + 1; local
183 while (alias_it != sym_e) {
184 if (sym_it->ld_value != alias_it->ld_value)
187 if (sym_it + 1 == alias_it)
189 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
190 ++alias_it;
193 sym_it = alias_it - 1;
678 std::vector<AliasInfo>::iterator alias_it = sym_it + 1; local
679 while (alias_it != sym_e) {
680 if (sym_it->ld_value != alias_it
[all...]

Completed in 403 milliseconds