Home
last modified time | relevance | path

Searched defs:sym (Results 51 – 75 of 411) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c47 static void set_start_state(const char *name, struct symbol *sym, struct smatch_state *start) in set_start_state()
102 struct symbol *sym; in db_inc_dec() local
318 static void check_counter(const char *name, struct symbol *sym) in check_counter()
385 static void match_check_missed(struct symbol *sym) in match_check_missed()
406 int was_inced(const char *name, struct symbol *sym) in was_inced()
422 static void match_after_func(struct symbol *sym) in match_after_func()
H A Dsmatch_param_limit.c75 struct smatch_state *get_orig_estate(const char *name, struct symbol *sym) in get_orig_estate()
89 struct smatch_state *get_orig_estate_type(const char *name, struct symbol *sym, struct symbol *type) in get_orig_estate_type()
169 static void extra_mod_hook(const char *name, struct symbol *sym, struct expression *expr, struct sm… in extra_mod_hook()
H A Ddissect.c123 static struct symbol sym = { in no_member() local
161 struct symbol *sym = expr->symbol; in expr_symbol() local
181 struct symbol *sym = expr_symbol(expr); in report_symbol() local
246 static struct symbol *base_type(struct symbol *sym) in base_type()
576 static inline struct symbol *do_symbol(struct symbol *sym) in do_symbol()
H A Dcheck_allocation_funcs.c62 struct symbol *sym; in match_return() local
81 static void match_end_func(struct symbol *sym) in match_end_func()
H A Dsmatch_address.c25 struct symbol *sym; in is_non_null_array() local
65 static bool matches_anonymous_union(struct symbol *sym, const char *member_name) in matches_anonymous_union()
205 static struct range_list *where_allocated_rl(struct symbol *sym) in where_allocated_rl()
H A Dsmatch_modification_hooks.c86 static int matches(char *name, struct symbol *sym, struct sm_state *sm) in matches()
111 static void call_modification_hooks_name_sym(char *name, struct symbol *sym, struct expression *mod… in call_modification_hooks_name_sym()
144 struct symbol *sym; in call_modification_hooks() local
158 struct symbol *sym, *other_sym; in db_param_add() local
H A Dcheck_implicit_dependencies_tester.c48 static void match_syscall_definition(struct symbol *sym) in match_syscall_definition()
89 static void match_after_syscall(struct symbol *sym) { in match_after_syscall()
H A Dgraph.c141 struct symbol * sym; in graph_calls() local
169 struct symbol *sym; in main() local
H A Dcheck_uninitialized.c33 static void mark_members_uninitialized(struct symbol *sym) in mark_members_uninitialized()
53 static void match_declarations(struct symbol *sym) in match_declarations()
80 static void extra_mod_hook(const char *name, struct symbol *sym, struct expression *expr, struct sm… in extra_mod_hook()
235 struct symbol *type, *sym; in match_call_struct_members() local
H A Dsparse.c73 struct symbol *sym = ep->name; in imbalance() local
256 struct symbol *sym = ep->name; in check_context() local
279 static void list_compound_symbol(struct symbol *sym) in list_compound_symbol()
311 struct symbol *sym; in check_symbols() local
H A Dcheck_deref.c104 static void check_dereference_name_sym(char *name, struct symbol *sym) in check_dereference_name_sym()
157 struct symbol *sym; in set_param_dereferenced() local
169 static void match_declarations(struct symbol *sym) in match_declarations()
H A Dbuiltin.c61 struct symbol *sym; in eval_args() local
135 struct symbol *sym = arg->symbol; in expand_warning() local
358 struct symbol *sym; in init_builtins() local
370 struct symbol *sym = create_symbol(stream, name, SYM_NODE, NS_SYMBOL); in declare_builtin() local
H A Dcompile-i386.c131 struct symbol *sym; member
420 static void stor_sym_init(struct symbol *sym) in stor_sym_init()
799 static void emit_func_pre(struct symbol *sym) in emit_func_pre()
848 static void emit_func_post(struct symbol *sym) in emit_func_post()
960 static void emit_initializer(struct symbol *sym, in emit_initializer()
1050 static void emit_array(struct symbol *sym) in emit_array()
1082 void emit_one_symbol(struct symbol *sym) in emit_one_symbol()
1715 struct symbol *sym, *default_sym = NULL; in emit_switch_statement() local
1800 static void x86_symbol(struct symbol *sym) in x86_symbol()
1872 struct symbol *sym; in x86_symbol_decl() local
[all …]
H A Dparse.c639 static void fn_local_symbol(struct symbol *sym) in fn_local_symbol()
691 struct symbol *sym = alloc_symbol(pos, type); in alloc_indirect_symbol() local
721 struct symbol *sym; in struct_union_enum_specifier() local
893 struct symbol *sym; in cast_enum_list() local
928 struct symbol *sym; in parse_enum_declaration() local
1053 struct symbol *sym; in typeof_specifier() local
1460 struct symbol *sym = NULL; in alignas_specifier() local
2256 static void end_function(struct symbol *sym) in end_function()
2304 struct symbol *sym; in add_case_statement() local
2628 struct symbol *sym; in parameter_type_list() local
[all …]
H A Dcheck_free.c228 struct symbol *sym; in set_param_freed() local
240 int parent_is_free_var_sym(const char *name, struct symbol *sym) in parent_is_free_var_sym()
268 struct symbol *sym; in parent_is_free() local
H A Dcheck_check_deref.c80 static void check_dereference_name_sym(char *name, struct symbol *sym) in check_dereference_name_sym()
123 struct symbol *sym; in set_param_dereferenced() local
H A Dsmatch_db.c183 static void set_fn_mtag(struct symbol *sym) in set_fn_mtag()
460 char *get_static_filter(struct symbol *sym) in get_static_filter()
578 struct symbol *sym; member
608 const char *cols, struct symbol *sym) in sql_select_caller_info()
837 struct symbol *sym; in sm_to_arg_name() local
897 struct symbol *sym; in print_struct_members() local
1069 struct symbol *sym = NULL; in caller_info_callback() local
1296 struct symbol *sym; in call_implies_callbacks() local
2215 static void reset_memdb(struct symbol *sym) in reset_memdb()
2777 struct symbol *sym; in get_mtag_name_expr() local
[all …]
H A Dsmatch_real_absolute.c44 static void extra_mod_hook(const char *name, struct symbol *sym, struct expression *expr, struct sm… in extra_mod_hook()
135 struct smatch_state *get_real_absolute_state_var_sym(const char *name, struct symbol *sym) in get_real_absolute_state_var_sym()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppmisc.c37 register struct ppsymbol* sym; in pprefmac() local
74 register struct ppsymbol* sym; in ppassert() local
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c206 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, in do_reloc_krtld()
222 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c84 const char *sym, uint_t binfo) in Dbg_bind_global()
167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) in Dbg_bind_reject()
183 Dbg_bind_weak(Rt_map *flmp, Addr fabs, Addr frel, const char *sym) in Dbg_bind_weak()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c53 elf_move_bad(Lm_list *lml, Rt_map *lmp, Sym *sym, ulong_t num, Addr addr) in elf_move_bad()
101 Sym *sym; in move_data() local
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c106 GElf_Sym sym; in _mdb_init() local
119 GElf_Sym sym; in _mdb_fini() local
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() argument
571 chksym(int sym) in chksym()
580 prsym(int sym) in prsym()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c148 Elf32_Sym *sym; /* buffer storing one symbol information */ in _elf_nlist() local
359 struct syment sym; in _coff_nlist() local
489 sym_read(int fd, struct syment *sym, int size) in sym_read()

12345678910>>...17