Home | History | Annotate | Download | only in bfd

Lines Matching defs:top_index

3942   int top_index;
11116 int top_id, top_index, id;
11152 for (section = info->output_bfd->sections, top_index = 0;
11156 if (top_index < section->index)
11157 top_index = section->index;
11160 htab->top_index = top_index;
11161 amt = sizeof (asection *) * (top_index + 1);
11713 && isec->output_section->index <= htab->top_index)
11829 list = htab->input_list + htab->top_index;