Lines Matching refs:udef_table
3096 static struct key_value *udef_table; variable
3121 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
3145 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3157 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3170 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3189 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3222 udef_table[undef_count].key = xstrdup (h->root.string); in pe_undef_fill()
3223 at = strchr (udef_table[undef_count].key in pe_undef_fill()
3224 + (udef_table[undef_count].key[0] == '@'), '@'); in pe_undef_fill()
3227 udef_table[undef_count].oname = h->root.string; in pe_undef_fill()
3243 udef_table = xmalloc (undef_count * sizeof (struct key_value)); in pe_create_undef_table()
3249 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp); in pe_create_undef_table()
3389 free (udef_table[undef_count].key); in pe_process_import_defs()
3391 free (udef_table); in pe_process_import_defs()