Lines Matching refs:table_sec
14146 asection *table_sec; in nds32_elf_ex9_build_itable() local
14156 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_build_itable()
14157 if (table_sec != NULL) in nds32_elf_ex9_build_itable()
14159 if (!nds32_get_section_contents (it_abfd, table_sec, &contents)) in nds32_elf_ex9_build_itable()
14165 table_sec->size = number * 4; in nds32_elf_ex9_build_itable()
15050 asection *table_sec = NULL; in nds32_elf_ex9_reloc_jmp() local
15083 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_reloc_jmp()
15084 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15088 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15092 output_bfd = table_sec->output_section->owner; in nds32_elf_ex9_reloc_jmp()
15094 if (table_sec->size == 0) in nds32_elf_ex9_reloc_jmp()
15097 if (!nds32_get_section_contents (it_abfd, table_sec, &contents)) in nds32_elf_ex9_reloc_jmp()
15282 nds32_elf_ex9_export (link_info, contents, table_sec->size); in nds32_elf_ex9_reloc_jmp()