Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c267 struct function_table_entry function_table_entry_key; in lookup_function() local
268 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()