Lines Matching refs:udef_table
3006 static struct key_value *udef_table; variable
3031 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
3055 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3067 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3080 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3099 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3132 udef_table[undef_count].key = xstrdup (h->root.string); in pe_undef_fill()
3133 at = strchr (udef_table[undef_count].key in pe_undef_fill()
3134 + (udef_table[undef_count].key[0] == '@'), '@'); in pe_undef_fill()
3137 udef_table[undef_count].oname = h->root.string; in pe_undef_fill()
3153 udef_table = xmalloc (undef_count * sizeof (struct key_value)); in pe_create_undef_table()
3159 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp); in pe_create_undef_table()
3298 free (udef_table[undef_count].key); in pe_process_import_defs()
3300 free (udef_table); in pe_process_import_defs()