Searched refs:is_static (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsymtab.c58 same is_func value, we discriminate against is_static such that
75 return left->is_static - right->is_static;
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
117 src->name, src->is_static ? 't' : 'T',
119 dst[-1].name, dst[-1].is_static ? 't' : 'T',
129 dst[-1].name, dst[-1].is_static
[all...]
H A Dsymtab.h53 is_static:1, /* Is this a local (static) symbol? */
52 is_static:1, /* Is this a local (static) symbol? */ member in struct:sym
H A Dcorefile.c572 symtab.limit->is_static = (type == 't');
733 symtab.limit->is_static = TRUE;
842 /* We now set is_static as we go along, rather than by running
845 The old way called symtab_finalize before the is_static pass,
846 causing a problem since symtab_finalize uses is_static as part of
876 /* Set is_static based on the enclosing function, using either:
882 ltab.limit->is_static = prev->is_static;
888 ltab.limit->is_static = sym->is_static;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsymtab.c58 same is_func value, we discriminate against is_static such that
75 return left->is_static - right->is_static;
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
117 src->name, src->is_static ? 't' : 'T',
119 dst[-1].name, dst[-1].is_static ? 't' : 'T',
129 dst[-1].name, dst[-1].is_static
[all...]
H A Dsymtab.h53 is_static:1, /* Is this a local (static) symbol? */
52 is_static:1, /* Is this a local (static) symbol? */ member in struct:sym
H A Dcorefile.c573 symtab.limit->is_static = (type == 't');
734 symtab.limit->is_static = true;
843 /* We now set is_static as we go along, rather than by running
846 The old way called symtab_finalize before the is_static pass,
847 causing a problem since symtab_finalize uses is_static as part of
877 /* Set is_static based on the enclosing function, using either:
883 ltab.limit->is_static = prev->is_static;
889 ltab.limit->is_static = sym->is_static;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dsymtab.c58 same is_func value, we discriminate against is_static such that
75 return left->is_static - right->is_static;
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
117 src->name, src->is_static ? 't' : 'T',
119 dst[-1].name, dst[-1].is_static ? 't' : 'T',
129 dst[-1].name, dst[-1].is_static
[all...]
H A Dsymtab.h53 is_static:1, /* Is this a local (static) symbol? */
52 is_static:1, /* Is this a local (static) symbol? */ member in struct:sym
H A Dcorefile.c570 symtab.limit->is_static = (type == 't');
731 symtab.limit->is_static = TRUE;
840 /* We now set is_static as we go along, rather than by running
843 The old way called symtab_finalize before the is_static pass,
844 causing a problem since symtab_finalize uses is_static as part of
874 /* Set is_static based on the enclosing function, using either:
880 ltab.limit->is_static = prev->is_static;
886 ltab.limit->is_static = sym->is_static;
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvm-globals.h61 unsigned is_static(void);
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-globals.h61 unsigned is_static(void);
H A Dsharedlib.c49 if (is_static()) {
H A Dlvm-globals.c215 unsigned is_static(void) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c240 int is_static, gdb_index_symbol_kind kind,
258 DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE (cu_index_and_attrs, is_static);
545 int is_static)
563 add_index_entry (symtab, name, is_static, kind, cu_index);
590 add_index_entry (symtab, name, is_static, kind, cu_index);
720 void insert (const partial_symbol *psym, int cu_index, bool is_static, argument
741 value_set.emplace (symbol_value (dwarf_tag, cu_index, is_static,
768 value_set.emplace (symbol_value (dwarf_tag, cu_index, is_static, kind));
833 value.is_static,
844 m_abbrev_table.append_unsigned_leb128 (value.is_static
239 add_index_entry(struct mapped_symtab *symtab, const char *name, int is_static, gdb_index_symbol_kind kind, offset_type cu_index) argument
540 write_psymbols(struct mapped_symtab *symtab, std::unordered_set<partial_symbol *> &psyms_seen, struct partial_symbol **psymp, int count, offset_type cu_index, int is_static) argument
1064 const bool is_static; variable
1084 const bool is_static; variable
[all...]
/netbsd-current/external/mit/isl/dist/interface/
H A Dpython.cc74 * If "is_static" is set, then mark the python method as static.
79 static void print_method_def(bool is_static, const string &name) argument
83 if (is_static)
94 * If "is_static" is set, then mark the python method as static.
96 void python_generator::print_method_header(bool is_static, const string &name, argument
99 print_method_def(is_static, name);
394 if (!is_static(clazz, method))
537 print_method_header(is_static(clazz, method), cname,
603 bool is_static = generator::is_static(claz local
[all...]
H A Dgenerator.cc73 bool isl_class::is_static(FunctionDecl *method) const function in class:isl_class
76 return copied_from.at(method).is_static(method);
84 bool generator::is_static(const isl_class &clazz, FunctionDecl *method) function in class:generator
86 return clazz.is_static(method);
100 if (is_static(clazz, fd))
875 return !is_static(fd) && prefixcmp(name.c_str(), get_prefix) == 0;
H A Dpython.h23 void print_method_header(bool is_static, const string &name, int n_arg);
H A Dgenerator.h102 bool is_static(FunctionDecl *method) const;
195 static bool is_static(const isl_class &clazz, FunctionDecl *method);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c254 int is_static, gdb_index_symbol_kind kind,
272 DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE (cu_index_and_attrs, is_static);
565 bool is_static = (entry->flags & IS_STATIC) != 0; local
583 value_set.emplace (symbol_value (tag, cu_index, is_static, kind));
609 value_set.emplace (symbol_value (tag, cu_index, is_static, kind));
674 value.is_static,
685 m_abbrev_table.append_unsigned_leb128 (value.is_static
849 : dwarf_tag (dwarf_tag_), is_static (is_static_), kind (kind_)
856 return (dwarf_tag == other.dwarf_tag && is_static == other.is_static
253 add_index_entry(struct mapped_symtab *symtab, const char *name, int is_static, gdb_index_symbol_kind kind, offset_type cu_index) argument
861 const bool is_static; variable
881 const bool is_static; variable
[all...]
/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/amd/amdkfd/
H A Dkfd_packet_manager_v9.c148 struct queue *q, bool is_static)
151 bool use_static = is_static;
147 pm_map_queues_v9(struct packet_manager *pm, uint32_t *buffer, struct queue *q, bool is_static) argument
H A Dkfd_packet_manager_vi.c147 struct queue *q, bool is_static)
150 bool use_static = is_static;
146 pm_map_queues_vi(struct packet_manager *pm, uint32_t *buffer, struct queue *q, bool is_static) argument
/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.c250 if (!is_static()) {
/netbsd-current/external/mpl/dhcp/dist/client/
H A Dclparse.c1103 void parse_client_lease_statement (cfile, is_static)
1105 int is_static;
1125 lease -> is_static = is_static;
1157 if (is_static == 2) {
1173 if (is_static) {

Completed in 162 milliseconds

123