Home | History | Annotate | Download | only in bfd

Lines Matching refs:sindex

231 		       unsigned int sindex)
300 (bfd_byte) (sindex + IEEE_SECTION_NUMBER_BASE))
1054 get_section_entry (bfd *abfd, ieee_data_type *ieee, unsigned int sindex)
1056 if (sindex >= ieee->section_table_size)
1065 while (c <= sindex)
1081 if (ieee->section_table[sindex] == (asection *) NULL)
1088 sprintf (tmp, " fsec%4d", sindex);
1090 ieee->section_table[sindex] = section;
1091 section->target_index = sindex;
1092 ieee->section_table[sindex] = section;
1094 return ieee->section_table[sindex];