reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
988 for (size_t i = 0, end = eSyms.size(); i != end; ++i) 988 for (size_t i = 0, end = eSyms.size(); i != end; ++i) 989 if (!this->symbols[i] && eSyms[i].getBinding() != STB_LOCAL) 989 if (!this->symbols[i] && eSyms[i].getBinding() != STB_LOCAL) 990 this->symbols[i] = 991 symtab->insert(CHECK(eSyms[i].getName(this->stringTable), this));