Lines Matching full:table_sec
14156 asection *table_sec;
14166 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable");
14167 if (table_sec != NULL)
14169 if (!nds32_get_section_contents (it_abfd, table_sec, &contents))
14175 table_sec->size = number * 4;
15060 asection *table_sec = NULL;
15093 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable");
15094 if (table_sec != NULL)
15098 if (table_sec != NULL)
15102 output_bfd = table_sec->output_section->owner;
15104 if (table_sec->size == 0)
15107 if (!nds32_get_section_contents (it_abfd, table_sec, &contents))
15292 nds32_elf_ex9_export (link_info, contents, table_sec->size);