Home
last modified time | relevance | path

Searched refs:create_function_hashtable (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c130 skipped_funcs = create_function_hashtable(500); in register_skipped_functions()
159 silenced_funcs = create_function_hashtable(500); in register_silenced_functions()
188 no_inline_funcs = create_function_hashtable(500); in register_no_inline_functions()
H A Dcheck_arm64_tagged.c50 symbols = create_function_hashtable(4000); in match_endfunc()
255 symbols = create_function_hashtable(4000); in check_arm64_tagged()
H A Dsmatch_function_hashtable.h58 static inline struct hashtable *create_function_hashtable(int size) in create_function_hashtable() function
H A Dcheck_bit_shift.c156 shifters = create_function_hashtable(5000); in check_bit_shift()
H A Dcheck_unused_ret.c212 ignored_funcs = create_function_hashtable(100); in check_unused_ret()
H A Dcheck_or_vs_and.c185 unconstant_macros = create_function_hashtable(100); in check_or_vs_and()
H A Dsmatch_buf_size.c926 allocation_funcs = create_function_hashtable(100); in register_buf_size()
H A Dsmatch_function_hooks.c1295 func_hash = create_function_hashtable(5000); in create_function_hook_hash()