Home
last modified time | relevance | path

Searched refs:select_caller_info_hook (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_capable.c113 select_caller_info_hook(set_db_capable, CAPABLE); in check_capable()
123 select_caller_info_hook(set_db_ns_capable, NS_CAPABLE); in check_ns_capable()
H A Dcheck_nospec.c258 select_caller_info_hook(set_param_nospec, NOSPEC); in check_nospec()
H A Dsmatch_nul_terminator.c318 select_caller_info_hook(caller_info_terminated, TERMINATED); in register_nul_terminator()
H A Dsmatch_capped.c340 select_caller_info_hook(set_param_capped_data, CAPPED_DATA); in register_capped()
H A Dsmatch_strlen.c340 select_caller_info_hook(set_param_strlen, STR_LEN); in register_strlen()
H A Dsmatch_constraints.c525 select_caller_info_hook(&set_param_constrained, CONSTRAINT); in register_constraints()
H A Dsmatch_bits.c476 select_caller_info_hook(set_param_bits, BIT_INFO); in register_bits()
H A Dsmatch_container_of.c643 select_caller_info_hook(db_passed_container, CONTAINER); in register_container_of2()
H A Dsmatch_kernel_user_data.c1524 select_caller_info_hook(set_param_user_data, USER_DATA); in register_kernel_user_data()
1537 select_caller_info_hook(set_called, INTERNAL); in register_kernel_user_data2()
H A Dsmatch_buf_comparison.c842 select_caller_info_hook(set_param_compare, i); in register_buf_comparison()
H A Dsmatch_buf_size.c922 select_caller_info_hook(set_param_buf_size, BUF_SIZE); in register_buf_size()
H A Dsmatch_extra.c2898 select_caller_info_hook(set_param_value, PARAM_VALUE); in register_smatch_extra()
2899 select_caller_info_hook(set_param_fuzzy_max, FUZZY_MAX); in register_smatch_extra()
2900 select_caller_info_hook(set_param_hard_max, HARD_MAX); in register_smatch_extra()
H A Dsmatch.h902 void select_caller_info_hook(void (*callback)(const char *name, struct symbol *sym, char *key, char…
H A Dsmatch_db.c630 void select_caller_info_hook(void (*callback)(const char *name, struct symbol *sym, char *key, char… in select_caller_info_hook() function