Home
last modified time | relevance | path

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

/dragonfly/usr.bin/mail/
H A Dcmdtab.c77 { "version", pversion, M|NOLIST, 0, 0 },
H A Dextern.h188 int pversion(int);
H A Dlex.c668 pversion(int e) in pversion() function
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc2339 std::string* pversion, in get_symbol_version() argument
2374 if (pversion != NULL) in get_symbol_version()
2375 *pversion = vtm.real->tag; in get_symbol_version()
2409 if (pversion != NULL) in get_symbol_version()
2410 *pversion = p->version->tag; in get_symbol_version()
2420 if (pversion != NULL) in get_symbol_version()
2421 *pversion = this->default_version_->tag; in get_symbol_version()
H A Dsymtab.cc1788 Symbol_table::define_special_symbol(const char** pname, const char** pversion, in define_special_symbol() argument
1801 if (!is_forced_local && *pversion == NULL) in define_special_symbol()
1808 *pversion = v.c_str(); in define_special_symbol()
1826 oldsym = this->lookup(*pname, *pversion); in define_special_symbol()
1847 *pversion = this->namepool_.add(*pversion, true, NULL); in define_special_symbol()
1849 *pversion = oldsym->version(); in define_special_symbol()
1858 if (*pversion != NULL) in define_special_symbol()
1859 *pversion = this->namepool_.add(*pversion, true, &version_key); in define_special_symbol()
H A Dscript.h240 std::string* pversion) const;
H A Dsymtab.h1841 define_special_symbol(const char** pname, const char** pversion,
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc2308 std::string* pversion, in get_symbol_version() argument
2343 if (pversion != NULL) in get_symbol_version()
2344 *pversion = vtm.real->tag; in get_symbol_version()
2378 if (pversion != NULL) in get_symbol_version()
2379 *pversion = p->version->tag; in get_symbol_version()
2389 if (pversion != NULL) in get_symbol_version()
2390 *pversion = this->default_version_->tag; in get_symbol_version()
H A Dsymtab.cc1753 Symbol_table::define_special_symbol(const char** pname, const char** pversion, in define_special_symbol() argument
1765 if (*pversion == NULL) in define_special_symbol()
1772 *pversion = v.c_str(); in define_special_symbol()
1790 oldsym = this->lookup(*pname, *pversion); in define_special_symbol()
1798 *pversion = this->namepool_.add(*pversion, true, NULL); in define_special_symbol()
1800 *pversion = oldsym->version(); in define_special_symbol()
1809 if (*pversion != NULL) in define_special_symbol()
1810 *pversion = this->namepool_.add(*pversion, true, &version_key); in define_special_symbol()
H A Dscript.h236 std::string* pversion) const;
H A Dsymtab.h1791 define_special_symbol(const char** pname, const char** pversion,