Searched refs:function_table_entry_key (Results 1 – 1 of 1) sorted by relevance
267 struct function_table_entry function_table_entry_key; in lookup_function() local268 function_table_entry_key.name = s; in lookup_function()269 function_table_entry_key.len = e - s; in lookup_function()271 return hash_find_item (&function_table, &function_table_entry_key); in lookup_function()