Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dpe-dll.c2877 static struct key_value *udef_table; variable
2902 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
2924 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
2936 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
2949 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
2968 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match()
3001 udef_table[undef_count].key = xstrdup (h->root.string); in pe_undef_fill()
3002 at = strchr (udef_table[undef_count].key in pe_undef_fill()
3003 + (udef_table[undef_count].key[0] == '@'), '@'); in pe_undef_fill()
3006 udef_table[undef_count].oname = h->root.string; in pe_undef_fill()
[all …]
DChangeLog-2012655 * pe-dll.c (udef_table): Make it static.