Home | History | Annotate | Download | only in ld

Lines Matching full:udef_table

2833 static struct key_value *udef_table;
2858 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
2878 kv = bsearch (&key, udef_table, undef_count,
2890 kv = bsearch (&key, udef_table, undef_count,
2903 kv = bsearch (&key, udef_table, undef_count,
2922 kv = bsearch (&key, udef_table, undef_count,
2951 udef_table[undef_count].key = xstrdup (h->root.string);
2952 at = strchr (udef_table[undef_count].key
2953 + (udef_table[undef_count].key[0] == '@'), '@');
2956 udef_table[undef_count].oname = h->root.string;
2972 udef_table = xmalloc (undef_count * sizeof (struct key_value));
2978 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp);
3117 free (udef_table[undef_count].key);
3119 free (udef_table);