Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dsymtab.cc1700 Symbol_table::define_special_symbol(const char** pname, const char** pversion, in define_special_symbol() argument
1712 if (*pversion == NULL) in define_special_symbol()
1719 *pversion = v.c_str(); in define_special_symbol()
1737 oldsym = this->lookup(*pname, *pversion); in define_special_symbol()
1745 *pversion = this->namepool_.add(*pversion, true, NULL); in define_special_symbol()
1747 *pversion = oldsym->version(); in define_special_symbol()
1756 if (*pversion != NULL) in define_special_symbol()
1757 *pversion = this->namepool_.add(*pversion, true, &version_key); in define_special_symbol()
Dscript.cc2306 std::string* pversion, in get_symbol_version() argument
2341 if (pversion != NULL) in get_symbol_version()
2342 *pversion = vtm.real->tag; in get_symbol_version()
2376 if (pversion != NULL) in get_symbol_version()
2377 *pversion = p->version->tag; in get_symbol_version()
2387 if (pversion != NULL) in get_symbol_version()
2388 *pversion = this->default_version_->tag; in get_symbol_version()
Dscript.h236 std::string* pversion) const;
Dsymtab.h1764 define_special_symbol(const char** pname, const char** pversion,
DChangeLog14932 type to bool. Add pversion parameter. Change all callers.