Searched refs:is_global (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; local
195 return (this->get_symbol_version(symbol, NULL, &is_global)
196 && !is_global);
252 : real(r), is_global(ig), expression(e), ambiguous(NULL)
259 bool is_global; member in struct:gold::Version_script_info::Version_tree_match
275 : expression(NULL), version(NULL), is_global(false)
279 : expression(e), version(v), is_global(ig)
289 bool is_global; member in struct:gold::Version_script_info::Glob
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
[all...]
H A Dscript.cc2226 const Version_tree* v, bool is_global,
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve)));
2248 else if (is_global != vtm.is_global)
2266 bool is_global)
2283 && this->default_is_global_ != is_global)
2288 this->default_is_global_ = is_global;
2297 this->globs_.push_back(Glob(&exp, v, is_global));
2304 this->add_exact_match(pattern, v, is_global, &exp,
2377 *p_is_global = vtm.is_global;
2225 add_exact_match(const std::string& match, const Version_tree* v, bool is_global, const Version_expression* ve, Exact* pe) argument
2263 build_expression_list_lookup( const Version_expression_list* explist, const Version_tree* v, bool is_global) argument
[all...]
H A Dsymtab.cc1286 bool is_global; local
1288 &is_global))
1290 if (!is_global)
1416 bool is_global; variable
1418 &is_global))
1420 if (!is_global)
1803 bool is_global; local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global))
1806 if (is_global && !v.empty())
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; local
195 return (this->get_symbol_version(symbol, NULL, &is_global)
196 && !is_global);
252 : real(r), is_global(ig), expression(e), ambiguous(NULL)
259 bool is_global; member in struct:gold::Version_script_info::Version_tree_match
275 : expression(NULL), version(NULL), is_global(false)
279 : expression(e), version(v), is_global(ig)
289 bool is_global; member in struct:gold::Version_script_info::Glob
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
[all...]
H A Dscript.cc2226 const Version_tree* v, bool is_global,
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve)));
2248 else if (is_global != vtm.is_global)
2266 bool is_global)
2283 && this->default_is_global_ != is_global)
2288 this->default_is_global_ = is_global;
2297 this->globs_.push_back(Glob(&exp, v, is_global));
2304 this->add_exact_match(pattern, v, is_global, &exp,
2377 *p_is_global = vtm.is_global;
2225 add_exact_match(const std::string& match, const Version_tree* v, bool is_global, const Version_expression* ve, Exact* pe) argument
2263 build_expression_list_lookup( const Version_expression_list* explist, const Version_tree* v, bool is_global) argument
[all...]
H A Dsymtab.cc1286 bool is_global; local
1288 &is_global))
1290 if (!is_global)
1416 bool is_global; variable
1418 &is_global))
1420 if (!is_global)
1803 bool is_global; local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global))
1806 if (is_global && !v.empty())
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.h187 bool* is_global) const;
194 bool is_global; local
195 return (this->get_symbol_version(symbol, NULL, &is_global)
196 && !is_global);
252 : real(r), is_global(ig), expression(e), ambiguous(NULL)
259 bool is_global; member in struct:gold::Version_script_info::Version_tree_match
275 : expression(NULL), version(NULL), is_global(false)
279 : expression(e), version(v), is_global(ig)
289 bool is_global; member in struct:gold::Version_script_info::Glob
298 add_exact_match(const std::string&, const Version_tree*, bool is_global,
[all...]
H A Dscript.cc2226 const Version_tree* v, bool is_global,
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve)));
2248 else if (is_global != vtm.is_global)
2266 bool is_global)
2283 && this->default_is_global_ != is_global)
2288 this->default_is_global_ = is_global;
2297 this->globs_.push_back(Glob(&exp, v, is_global));
2304 this->add_exact_match(pattern, v, is_global, &exp,
2377 *p_is_global = vtm.is_global;
2225 add_exact_match(const std::string& match, const Version_tree* v, bool is_global, const Version_expression* ve, Exact* pe) argument
2263 build_expression_list_lookup( const Version_expression_list* explist, const Version_tree* v, bool is_global) argument
[all...]
H A Dsymtab.cc1286 bool is_global; local
1288 &is_global))
1290 if (!is_global)
1416 bool is_global; variable
1418 &is_global))
1420 if (!is_global)
1803 bool is_global; local
1804 if (this->version_script_.get_symbol_version(*pname, &v, &is_global))
1806 if (is_global && !v.empty())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-symbols.c57 int is_global,
98 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol)))
203 context->plugin ().bind (decl, is_global);
315 context->plugin ().bind (decl, 1 /* is_global */);
54 convert_one_symbol(compile_c_instance *context, struct block_symbol sym, int is_global, int is_local) argument
H A Dcompile-cplus-symbols.c47 struct block_symbol sym, bool is_global, bool is_local)
91 if (is_global && TYPE_GNU_IFUNC (SYMBOL_TYPE (sym.symbol)))
46 convert_one_symbol(compile_cplus_instance *instance, struct block_symbol sym, bool is_global, bool is_local) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-symbols.c57 int is_global,
98 if (is_global && sym.symbol->type ()->is_gnu_ifunc ())
203 context->plugin ().bind (decl, is_global);
315 context->plugin ().bind (decl, 1 /* is_global */);
54 convert_one_symbol(compile_c_instance *context, struct block_symbol sym, int is_global, int is_local) argument
H A Dcompile-cplus-symbols.c47 struct block_symbol sym, bool is_global, bool is_local)
91 if (is_global && sym.symbol->type ()->is_gnu_ifunc ())
46 convert_one_symbol(compile_cplus_instance *instance, struct block_symbol sym, bool is_global, bool is_local) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A DFrameDecorator.py267 if block.is_global or block.is_static:
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A DFrameDecorator.py265 if block.is_global or block.is_static:
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.c114 int *is_global)
122 * Need to set 'is_global' even if parent is NULL for early logging.
124 *is_global = 1;
110 create_buf_file_callback(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym.c215 int is_global, int expandable)
223 block = (is_global
383 (is_global
387 if (is_global)
208 finish_block_internal(struct symbol *symbol, struct pending **listhead, struct pending_block *old_blocks, const struct dynamic_prop *static_link, CORE_ADDR start, CORE_ADDR end, int is_global, int expandable) argument
H A Dbuildsym.h296 int is_global, int expandable);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.c206 int is_global, int expandable)
214 block = (is_global
375 (is_global
379 if (is_global)
200 finish_block_internal(struct symbol *symbol, struct pending **listhead, struct pending_block *old_blocks, const struct dynamic_prop *static_link, CORE_ADDR start, CORE_ADDR end, int is_global, int expandable) argument
H A Dbuildsym.h348 int is_global, int expandable);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h477 extern tree *mergeable_namespace_slots (tree ns, tree name, bool is_global,
H A Dinit.cc67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
85 gcc_assert (!building_stmt_list_p () == is_global);
1964 int is_global; local
2037 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2042 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4373 bool is_global;
4501 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
4908 stmt_expr = finish_init_stmts (is_global, stmt_exp
4370 bool is_global; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc445 gcc_decl decl_in, int is_global)
448 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
449 rest_of_decl_compilation (decl, is_global, 0);
435 plugin_bind(cc1_plugin::connection *, gcc_decl decl_in, int is_global) argument
439 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc286 gcc_decl decl_in, int is_global)
289 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
290 rest_of_decl_compilation (decl, is_global, 0);
281 plugin_bind(cc1_plugin::connection *, gcc_decl decl_in, int is_global) argument
285 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
85 gcc_assert (!building_stmt_list_p () == is_global);
1742 int is_global; local
1819 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
1824 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4257 bool is_global;
4380 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
4759 stmt_expr = finish_init_stmts (is_global, stmt_exp
4254 bool is_global; local
[all...]

Completed in 247 milliseconds

12