Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c32 struct function_table_entry struct
45 struct function_table_entry const *key = (struct function_table_entry const *) keyv; in function_table_entry_hash_1() argument
52 struct function_table_entry const *key = (struct function_table_entry const *) keyv; in function_table_entry_hash_2()
59 struct function_table_entry const *x = (struct function_table_entry const *) xv; in function_table_entry_hash_cmp()
60 struct function_table_entry const *y = (struct function_table_entry const *) yv; in function_table_entry_hash_cmp()
258 static const struct function_table_entry *
267 struct function_table_entry function_table_entry_key; in lookup_function()
2046 static struct function_table_entry function_table_init[] =
2090 #define FUNCTION_TABLE_ENTRIES (sizeof (function_table_init) / sizeof (struct function_table_entry))
2097 const struct function_table_entry *entry_p) in expand_builtin_function()
[all …]