Lines Matching refs:udef_table
3017 static struct key_value *udef_table; variable
3042 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
3066 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3078 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3091 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3110 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3143 udef_table[undef_count].key = xstrdup (h->root.string); in pe_undef_fill()
3144 at = strchr (udef_table[undef_count].key in pe_undef_fill()
3145 + (udef_table[undef_count].key[0] == '@'), '@'); in pe_undef_fill()
3148 udef_table[undef_count].oname = h->root.string; in pe_undef_fill()
3164 udef_table = xmalloc (undef_count * sizeof (struct key_value)); in pe_create_undef_table()
3170 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp); in pe_create_undef_table()
3312 free (udef_table[undef_count].key); in pe_process_import_defs()
3314 free (udef_table); in pe_process_import_defs()