Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gdb/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; in symbol_is_local() local
195 return (this->get_symbol_version(symbol, NULL, &is_global) in symbol_is_local()
196 && !is_global); in symbol_is_local()
252 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
259 bool is_global; member
275 : expression(NULL), version(NULL), is_global(false) in Glob()
279 : expression(e), version(v), is_global(ig) in Glob()
289 bool is_global; member
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
H A Dscript.cc2226 const Version_tree* v, bool is_global, in add_exact_match() argument
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2248 else if (is_global != vtm.is_global) in add_exact_match()
2266 bool is_global) in build_expression_list_lookup() argument
2283 && this->default_is_global_ != is_global) in build_expression_list_lookup()
2288 this->default_is_global_ = is_global; in build_expression_list_lookup()
2297 this->globs_.push_back(Glob(&exp, v, is_global)); in build_expression_list_lookup()
2304 this->add_exact_match(pattern, v, is_global, &exp, in build_expression_list_lookup()
2377 *p_is_global = vtm.is_global; in get_symbol_version()
2385 if (p_is_global != NULL && vtm.is_global) in get_symbol_version()
[all …]
H A Dsymtab.cc1286 bool is_global; in add_from_relobj() local
1288 &is_global)) in add_from_relobj()
1290 if (!is_global) in add_from_relobj()
1416 bool is_global; in add_from_pluginobj() local
1418 &is_global)) in add_from_pluginobj()
1420 if (!is_global) in add_from_pluginobj()
1803 bool is_global; in define_special_symbol() local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global)) in define_special_symbol()
1806 if (is_global && !v.empty()) in define_special_symbol()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; in symbol_is_local() local
195 return (this->get_symbol_version(symbol, NULL, &is_global) in symbol_is_local()
196 && !is_global); in symbol_is_local()
252 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
259 bool is_global; member
275 : expression(NULL), version(NULL), is_global(false) in Glob()
279 : expression(e), version(v), is_global(ig) in Glob()
289 bool is_global; member
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
H A Dscript.cc2226 const Version_tree* v, bool is_global, in add_exact_match() argument
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2248 else if (is_global != vtm.is_global) in add_exact_match()
2266 bool is_global) in build_expression_list_lookup() argument
2283 && this->default_is_global_ != is_global) in build_expression_list_lookup()
2288 this->default_is_global_ = is_global; in build_expression_list_lookup()
2297 this->globs_.push_back(Glob(&exp, v, is_global)); in build_expression_list_lookup()
2304 this->add_exact_match(pattern, v, is_global, &exp, in build_expression_list_lookup()
2377 *p_is_global = vtm.is_global; in get_symbol_version()
2385 if (p_is_global != NULL && vtm.is_global) in get_symbol_version()
[all …]
H A Dsymtab.cc1286 bool is_global; in add_from_relobj() local
1288 &is_global)) in add_from_relobj()
1290 if (!is_global) in add_from_relobj()
1416 bool is_global; in add_from_pluginobj() local
1418 &is_global)) in add_from_pluginobj()
1420 if (!is_global) in add_from_pluginobj()
1803 bool is_global; in define_special_symbol() local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global)) in define_special_symbol()
1806 if (is_global && !v.empty()) in define_special_symbol()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; in symbol_is_local() local
195 return (this->get_symbol_version(symbol, NULL, &is_global) in symbol_is_local()
196 && !is_global); in symbol_is_local()
252 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
259 bool is_global; member
275 : expression(NULL), version(NULL), is_global(false) in Glob()
279 : expression(e), version(v), is_global(ig) in Glob()
289 bool is_global; member
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
H A Dscript.cc2226 const Version_tree* v, bool is_global, in add_exact_match() argument
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2248 else if (is_global != vtm.is_global) in add_exact_match()
2266 bool is_global) in build_expression_list_lookup() argument
2283 && this->default_is_global_ != is_global) in build_expression_list_lookup()
2288 this->default_is_global_ = is_global; in build_expression_list_lookup()
2297 this->globs_.push_back(Glob(&exp, v, is_global)); in build_expression_list_lookup()
2304 this->add_exact_match(pattern, v, is_global, &exp, in build_expression_list_lookup()
2377 *p_is_global = vtm.is_global; in get_symbol_version()
2385 if (p_is_global != NULL && vtm.is_global) in get_symbol_version()
[all …]
H A Dsymtab.cc1286 bool is_global; in add_from_relobj() local
1288 &is_global)) in add_from_relobj()
1290 if (!is_global) in add_from_relobj()
1416 bool is_global; in add_from_pluginobj() local
1418 &is_global)) in add_from_pluginobj()
1420 if (!is_global) in add_from_pluginobj()
1803 bool is_global; in define_special_symbol() local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global)) in define_special_symbol()
1806 if (is_global && !v.empty()) in define_special_symbol()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; in symbol_is_local() local
195 return (this->get_symbol_version(symbol, NULL, &is_global) in symbol_is_local()
196 && !is_global); in symbol_is_local()
252 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
259 bool is_global; member
275 : expression(NULL), version(NULL), is_global(false) in Glob()
279 : expression(e), version(v), is_global(ig) in Glob()
289 bool is_global; member
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
H A Dscript.cc2226 const Version_tree* v, bool is_global, in add_exact_match() argument
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2248 else if (is_global != vtm.is_global) in add_exact_match()
2266 bool is_global) in build_expression_list_lookup() argument
2283 && this->default_is_global_ != is_global) in build_expression_list_lookup()
2288 this->default_is_global_ = is_global; in build_expression_list_lookup()
2297 this->globs_.push_back(Glob(&exp, v, is_global)); in build_expression_list_lookup()
2304 this->add_exact_match(pattern, v, is_global, &exp, in build_expression_list_lookup()
2377 *p_is_global = vtm.is_global; in get_symbol_version()
2385 if (p_is_global != NULL && vtm.is_global) in get_symbol_version()
[all …]
H A Dsymtab.cc1286 bool is_global; in add_from_relobj() local
1288 &is_global)) in add_from_relobj()
1290 if (!is_global) in add_from_relobj()
1416 bool is_global; in add_from_pluginobj() local
1418 &is_global)) in add_from_pluginobj()
1420 if (!is_global) in add_from_pluginobj()
1803 bool is_global; in define_special_symbol() local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global)) in define_special_symbol()
1806 if (is_global && !v.empty()) in define_special_symbol()
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-symbols.c56 int is_global, in convert_one_symbol() argument
97 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol))) in convert_one_symbol()
202 context->plugin ().bind (decl, is_global); in convert_one_symbol()
H A Dcompile-cplus-symbols.c47 struct block_symbol sym, bool is_global, bool is_local) in convert_one_symbol() argument
91 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol))) in convert_one_symbol()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-symbols.c56 int is_global, in convert_one_symbol() argument
97 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol))) in convert_one_symbol()
202 context->plugin ().bind (decl, is_global); in convert_one_symbol()
H A Dcompile-cplus-symbols.c47 struct block_symbol sym, bool is_global, bool is_local) in convert_one_symbol() argument
91 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol))) in convert_one_symbol()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.c214 int is_global, int expandable) in finish_block_internal() argument
222 block = (is_global in finish_block_internal()
382 (is_global in finish_block_internal()
386 if (is_global) in finish_block_internal()
H A Dbuildsym.h296 int is_global, int expandable);
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym.c214 int is_global, int expandable) in finish_block_internal() argument
222 block = (is_global in finish_block_internal()
382 (is_global in finish_block_internal()
386 if (is_global) in finish_block_internal()
H A Dbuildsym.h296 int is_global, int expandable);
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc282 gcc_decl decl_in, int is_global) in plugin_bind() argument
285 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); in plugin_bind()
286 rest_of_decl_compilation (decl, is_global, 0); in plugin_bind()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.c114 int *is_global) in create_buf_file_callback() argument
124 *is_global = 1; in create_buf_file_callback()
/netbsd/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc436 gcc_decl decl_in, int is_global) in plugin_bind() argument
439 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); in plugin_bind()
440 rest_of_decl_compilation (decl, is_global, 0); in plugin_bind()
/netbsd/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A DFrameDecorator.py267 if block.is_global or block.is_static:
/netbsd/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A DFrameDecorator.py267 if block.is_global or block.is_static:

123