Lines Matching refs:signature
1357 const char* signature,
1370 // We need to find a symbol with the signature in the symbol table.
1372 Symbol* sym = symtab->lookup(signature, NULL);
1381 // We will wind up using a symbol whose name is the signature.
1382 // So just put the signature in the symbol name pool to save it.
1383 signature = symtab->canonicalize_name(signature);
1384 this->group_signatures_.push_back(Group_signature(os, signature));
2234 Symbol* sym = symtab->lookup(p->signature, NULL);
2240 // signature, and use the group's section symbol as the
2241 // signature symbol.
2242 if (strcmp(p->section->name(), p->signature) != 0)
2244 const char* name = this->namepool_.add(p->signature,
5237 // This is the first time we've seen this signature.
5247 // We have already seen this signature.
5251 // We've already seen a real section group with this signature.
5266 // linkonce section with this signature. Record that we've seen
5874 const char* signature,
5887 const char* signature,
5900 const char* signature,
5913 const char* signature,