Lines Matching refs:lib_index
1529 struct lib_index
1549 const struct lib_index *l = lv;
1550 const struct lib_index *r = rv;
1562 get_idxlen (struct lib_index *idx, bfd_boolean is_elfidx)
1588 struct lib_index *idx, unsigned int nbr, unsigned int *vbn,
1626 qsort (idx, nbr, sizeof (struct lib_index), lib_index_cmp);
1933 struct lib_index *modules,
1935 struct lib_index **res)
1940 struct lib_index *map = NULL;
1944 map = (struct lib_index *) bfd_malloc (map_max * sizeof (struct lib_index));
1991 struct lib_index *new_map;
1997 new_map = (struct lib_index *)
1998 bfd_realloc (map, map_max * sizeof (struct lib_index));
2033 struct lib_index *modules;
2035 struct lib_index *symbols;
2069 modules = bfd_alloc (arch, nbr_modules * sizeof (struct lib_index));