Lines Matching refs:version
40 Symbol::override_version(const char* version) in override_version() argument
42 if (version == NULL) in override_version()
52 this->version_ = version; in override_version()
61 gold_assert(this->version_ == version || this->version_ == NULL); in override_version()
62 this->version_ = version; in override_version()
92 Object* object, const char* version) in override_base() argument
96 this->override_version(version); in override_base()
118 Object* object, const char* version) in override() argument
120 this->override_base(sym, st_shndx, is_ordinary, object, version); in override()
133 Object* object, const char* version) in override() argument
135 tosym->override(fromsym, st_shndx, is_ordinary, object, version); in override()
143 ssym->override(fromsym, st_shndx, is_ordinary, object, version); in override()
248 Object* object, const char* version) in resolve() argument
269 sized_target->resolve(to, sym, object, version); in resolve()
316 this->override(to, sym, st_shndx, is_ordinary, object, version); in resolve()
378 this->override(to, sym, st_shndx, is_ordinary, object, version); in resolve()
1048 const char* version);
1059 const char* version);
1072 const char* version);
1083 const char* version);