Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript.h183 bool* is_global) const;
190 bool is_global; in symbol_is_local() local
191 return (this->get_symbol_version(symbol, NULL, &is_global) in symbol_is_local()
192 && !is_global); in symbol_is_local()
248 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
255 bool is_global; member
271 : expression(NULL), version(NULL), is_global(false) in Glob()
275 : expression(e), version(v), is_global(ig) in Glob()
285 bool is_global; member
294 add_exact_match(const std::string&, const Version_tree*, bool is_global,
Dscript.cc2193 const Version_tree* v, bool is_global, in add_exact_match() argument
2198 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2215 else if (is_global != vtm.is_global) in add_exact_match()
2233 bool is_global) in build_expression_list_lookup() argument
2250 && this->default_is_global_ != is_global) in build_expression_list_lookup()
2255 this->default_is_global_ = is_global; in build_expression_list_lookup()
2264 this->globs_.push_back(Glob(&exp, v, is_global)); in build_expression_list_lookup()
2271 this->add_exact_match(pattern, v, is_global, &exp, in build_expression_list_lookup()
2344 *p_is_global = vtm.is_global; in get_symbol_version()
2352 if (p_is_global != NULL && vtm.is_global) in get_symbol_version()
[all …]
Dsymtab.cc1216 bool is_global; in add_from_relobj() local
1218 &is_global)) in add_from_relobj()
1220 if (!is_global) in add_from_relobj()
1343 bool is_global; in add_from_pluginobj() local
1345 &is_global)) in add_from_pluginobj()
1347 if (!is_global) in add_from_pluginobj()
1714 bool is_global; in define_special_symbol() local
1715 if (this->version_script_.get_symbol_version(*pname, &v, &is_global)) in define_special_symbol()
1717 if (is_global && !v.empty()) in define_special_symbol()
DChangeLog10481 parameter. Add is_global parameter. Change all callers. Handle
10489 to be non-inline and add is_global parameter; change all callers.
10495 is_global. Update constructor. Change all callers.