Lines Matching refs:section_table
694 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
700 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
707 ieee->section_table[must_parse_int (&(ieee->h))]->_raw_size);
1228 n = (asection **) bfd_realloc (ieee->section_table, amt);
1235 ieee->section_table = n;
1239 if (ieee->section_table[index] == (asection *) NULL)
1248 ieee->section_table[index] = section;
1251 ieee->section_table[index] = section;
1253 return ieee->section_table[index];
1380 section = ieee->section_table[must_parse_int (&(ieee->h))];
1384 section = ieee->section_table[must_parse_int (&(ieee->h))];
1388 section = ieee->section_table[must_parse_int (&(ieee->h))];
1401 section = ieee->section_table[must_parse_int (&(ieee->h))];
1627 ieee->section_table = NULL;
2081 s = ieee->section_table[section_number];
2820 s = ieee->section_table[section_number]; in copy_expression()