Home
last modified time | relevance | path

Searched refs:new_sym (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_return_to_param.c51 char *map_call_to_other_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym) in map_call_to_other_name_sym() argument
65 *new_sym = state->data; in map_call_to_other_name_sym()
69 …ort(struct sm_state *sm, const char *name, struct symbol *sym, struct symbol **new_sym, bool stack) in map_my_state_long_to_short() argument
85 *new_sym = sm->sym; in map_my_state_long_to_short()
98 char *map_long_to_short_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym, boo… in map_long_to_short_name_sym() argument
103 *new_sym = NULL; in map_long_to_short_name_sym()
107 ret = map_my_state_long_to_short(sm, name, sym, new_sym, use_stack); in map_long_to_short_name_sym()
H A Dsmatch_extra.c236 if (!orig_name || !*new_sym) in get_other_name_sym_from_chunk()
246 if (!orig_name || !*new_sym) in get_other_name_sym_from_chunk()
296 *new_sym = sm->sym; in get_long_name_sym()
306 *new_sym = NULL; in get_other_name_sym_helper()
311 ret = get_pointed_at(name, sym, new_sym); in get_other_name_sym_helper()
354 struct symbol *new_sym; in set_extra_mod() local
358 if (new_name && new_sym) in set_extra_mod()
438 struct symbol *new_sym; in set_extra_nomod() local
449 if (new_name && new_sym) in set_extra_nomod()
507 struct symbol *new_sym; in set_extra_true_false() local
[all …]
H A Dsmatch.h695 char *get_other_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym);
696 char *map_call_to_other_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym);
697 char *map_long_to_short_name_sym(const char *name, struct symbol *sym, struct symbol **new_sym, boo…
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c839 char *new_sym; in build_file() local
843 new_sym = malloc(no_of_symbols * in build_file()
845 if (new_sym == NULL) { in build_file()
852 elf_data->d_buf = (void *) new_sym; in build_file()