Home | History | Annotate | Download | only in gold

Lines Matching defs:Versions

568       // ones are versions that this one depends upon, which we don't
611 // Add mappings for the required versions to VERSION_MAP.
1366 // Write this list of referenced versions to a buffer for the output
1408 // Versions methods.
1410 Versions::Versions(const Version_script_info& version_script,
1420 std::vector<std::string> versions = this->version_script_.get_versions();
1422 if (this->needs_base_version_ && !versions.empty())
1425 for (size_t k = 0; k < versions.size(); ++k)
1428 const char* version = dynpool->add(versions[k].c_str(),
1441 Versions::~Versions()
1460 Versions::define_base_version(Stringpool* dynpool)
1479 Versions::get_dynobj_for_sym(const Symbol_table* symtab,
1496 Versions::record_version(const Symbol_table* symtab,
1521 Versions::add_def(Stringpool* dynpool, const Symbol* sym, const char* version,
1567 Versions::add_need(Stringpool* dynpool, const char* filename, const char* name,
1617 Versions::finalize(Symbol_table* symtab, unsigned int dynsym_index,
1676 Versions::version_index(const Symbol_table* symtab, const Stringpool* dynpool,
1712 Versions::symbol_section_contents(const Symbol_table* symtab,
1760 Versions::def_section_contents(const Stringpool* dynpool,
1803 Versions::need_section_contents(const Stringpool* dynpool,
1867 Versions::symbol_section_contents<32, false>(
1879 Versions::symbol_section_contents<32, true>(
1891 Versions::symbol_section_contents<64, false>(
1903 Versions::symbol_section_contents<64, true>(
1915 Versions::def_section_contents<32, false>(
1925 Versions::def_section_contents<32, true>(
1935 Versions::def_section_contents<64, false>(
1945 Versions::def_section_contents<64, true>(
1955 Versions::need_section_contents<32, false>(
1965 Versions::need_section_contents<32, true>(
1975 Versions::need_section_contents<64, false>(
1985 Versions::need_section_contents<64, true>(