Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript.cc2405 const Version_tree* vt = this->version_trees_[i]; in check_unmatched_names() local
2406 if (vt->global == NULL) in check_unmatched_names()
2408 for (size_t j = 0; j < vt->global->expressions.size(); ++j) in check_unmatched_names()
2410 const Version_expression& expression(vt->global->expressions[j]); in check_unmatched_names()
2433 if (symtab->lookup(pattern.c_str(), vt->tag.c_str()) == NULL) in check_unmatched_names()
2436 vt->tag.c_str(), pattern.c_str()); in check_unmatched_names()
2474 const Version_tree* vt = this->version_trees_[i]; in print() local
2476 if (vt->tag.empty()) in print()
2479 fprintf(f, " %s {\n", vt->tag.c_str()); in print()
2481 if (vt->global != NULL) in print()
[all …]