Lines Matching defs:top_index
947 int top_index;
1377 int top_id, top_index;
1408 for (section = output_bfd->sections, top_index = 0;
1412 if (top_index < section->index)
1413 top_index = section->index;
1416 htab->top_index = top_index;
1417 amt = sizeof (asection *) * (top_index + 1);
1425 list = input_list + top_index;
1454 if (isec->output_section->index <= htab->top_index)
1493 asection **list = htab->input_list + htab->top_index;