Home | History | Annotate | Download | only in gold

Lines Matching full:is_global

179   // set *VERSION to the version, and *IS_GLOBAL to whether the symbol
183 bool* is_global) const;
190 bool is_global;
191 return (this->get_symbol_version(symbol, NULL, &is_global)
192 && !is_global);
248 : real(r), is_global(ig), expression(e), ambiguous(NULL)
255 bool is_global;
271 : expression(NULL), version(NULL), is_global(false)
275 : expression(e), version(v), is_global(ig)
285 bool is_global;
294 add_exact_match(const std::string&, const Version_tree*, bool is_global,