Lines Matching refs:section_index
1116 unsigned int section_index;
1119 section_index = must_parse_int (&(ieee->h));
1121 section = get_section_entry (abfd, ieee, section_index);
1202 unsigned int section_index;
1207 section_index = must_parse_int (&ieee->h);
1208 section = get_section_entry (abfd, ieee, section_index);
1209 if (section_index > ieee->section_count)
1210 ieee->section_count = section_index;