Lines Matching refs:lib_index
1615 struct lib_index
1635 const struct lib_index *l = lv;
1636 const struct lib_index *r = rv;
1648 get_idxlen (struct lib_index *idx, bool is_elfidx)
1674 struct lib_index *idx, unsigned int nbr, unsigned int *vbn,
1712 qsort (idx, nbr, sizeof (struct lib_index), lib_index_cmp);
2029 struct lib_index *modules,
2031 struct lib_index **res)
2036 struct lib_index *map = NULL;
2040 map = (struct lib_index *) bfd_malloc (map_max * sizeof (struct lib_index));
2086 struct lib_index *new_map;
2092 new_map = (struct lib_index *)
2093 bfd_realloc (map, map_max * sizeof (struct lib_index));
2127 struct lib_index *modules;
2129 struct lib_index *symbols = NULL;
2163 modules = bfd_alloc (arch, nbr_modules * sizeof (struct lib_index));