Home | History | Annotate | Download | only in bfd

Lines Matching refs:lib_index

1619 struct lib_index
1639 const struct lib_index *l = lv;
1640 const struct lib_index *r = rv;
1652 get_idxlen (struct lib_index *idx, bool is_elfidx)
1678 struct lib_index *idx, unsigned int nbr, unsigned int *vbn,
1716 qsort (idx, nbr, sizeof (struct lib_index), lib_index_cmp);
2033 struct lib_index *modules,
2035 struct lib_index **res)
2040 struct lib_index *map = NULL;
2044 map = (struct lib_index *) bfd_malloc (map_max * sizeof (struct lib_index));
2090 struct lib_index *new_map;
2096 new_map = (struct lib_index *)
2097 bfd_realloc (map, map_max * sizeof (struct lib_index));
2131 struct lib_index *modules;
2133 struct lib_index *symbols = NULL;
2167 modules = bfd_alloc (arch, nbr_modules * sizeof (struct lib_index));