Searched refs:udef_table (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | pe-dll.c | 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() [all …]
|
H A D | ChangeLog-2012 | 655 * pe-dll.c (udef_table): Make it static.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pe-dll.c | 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() [all …]
|
H A D | ChangeLog-2012 | 655 * pe-dll.c (udef_table): Make it static.
|