Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c67 static struct hash_table function_table; variable
271 return hash_find_item (&function_table, &function_table_entry_key); in lookup_function()
2335 hash_init (&function_table, FUNCTION_TABLE_ENTRIES * 2, in hash_init_function_table()
2338 hash_load (&function_table, function_table_init, in hash_init_function_table()
DChangeLog2128 (function_table_init): Renamed from function_table.
2129 (function_table): Declare as `struct hash_table'.