Home | History | Annotate | Download | only in bfd

Lines Matching defs:top_index

240   int top_id, top_index;
288 for (section = output_bfd->sections, top_index = 0;
292 if (top_index < section->index)
293 top_index = section->index;
296 htab->top_index = top_index;
297 amt = sizeof (asection *) * (top_index + 1);
305 list = input_list + top_index;