Lines Matching refs:version
1394 vna.set_vna_hash(Dynobj::elf_hash((*p)->version())); in write()
1398 vna.set_vna_name(dynpool->get_offset((*p)->version())); in write()
1428 const char* version = dynpool->add(versions[k].c_str(), in Versions() local
1431 version, in Versions()
1432 this->version_script_.get_dependencies(version), in Versions()
1500 gold_assert(sym->version() != NULL); in record_version()
1503 const char* version = dynpool->add(sym->version(), false, &version_key); in record_version() local
1508 this->add_def(dynpool, sym, version, version_key); in record_version()
1514 this->add_need(dynpool, dynobj->soname(), version, version_key); in record_version()
1521 Versions::add_def(Stringpool* dynpool, const Symbol* sym, const char* version, in add_def() argument
1547 sym->demangled_name().c_str(), version); in add_def()
1557 Verdef* vd = new Verdef(version, std::vector<std::string>(), in add_def()
1680 const char* version = dynpool->find(sym->version(), &version_key); in version_index() local
1681 gold_assert(version != NULL); in version_index()
1733 const char* version = (*p)->version(); in symbol_section_contents() local
1734 if (version != NULL) in symbol_section_contents()
1745 if ((*p)->version() != NULL && !(*p)->is_default()) in symbol_section_contents()