Lines Matching defs:top_index
1796 unsigned int top_index;
2219 unsigned int top_id, top_index;
2250 for (section = output_bfd->sections, top_index = 0;
2254 if (top_index < section->index)
2255 top_index = section->index;
2258 htab->top_index = top_index;
2259 amt = sizeof (asection *) * (top_index + 1);
2267 list = input_list + top_index;
2296 if (isec->output_section->index <= htab->top_index)
2335 asection **list = htab->input_list + htab->top_index;