Home | History | Annotate | Download | only in ld

Lines Matching defs:key_value

3069 struct key_value
3075 static struct key_value *udef_table;
3079 const struct key_value *l = l1;
3080 const struct key_value *r = r1;
3089 struct key_value *kv;
3090 struct key_value key;
3100 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
3125 sizeof (struct key_value), undef_sort_cmp);
3137 sizeof (struct key_value), undef_sort_cmp);
3150 sizeof (struct key_value), undef_sort_cmp);
3169 sizeof (struct key_value), undef_sort_cmp);
3222 udef_table = xmalloc (undef_count * sizeof (struct key_value));
3228 qsort (udef_table, undef_count, sizeof (struct key_value), undef_sort_cmp);