Home
last modified time | relevance | path

Searched refs:nds32_elf_howto_table (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c320 static reloc_howto_type nds32_elf_howto_table[] = variable
2916 for (i = 0; i < ARRAY_SIZE (nds32_elf_howto_table); i++) in bfd_elf32_bfd_reloc_name_lookup()
2917 if (nds32_elf_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()
2918 && strcasecmp (nds32_elf_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()
2919 return &nds32_elf_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()
2934 BFD_ASSERT (code < ARRAY_SIZE (nds32_elf_howto_table)); in bfd_elf32_bfd_reloc_type_table_lookup()
2935 return &nds32_elf_howto_table[code]; in bfd_elf32_bfd_reloc_type_table_lookup()
14223 || (ELF32_R_TYPE (irel->r_info) >= (int) ARRAY_SIZE (nds32_elf_howto_table) in nds32_elf_get_insn_with_reg()
14243 || (ELF32_R_TYPE (irel->r_info) >= (int) ARRAY_SIZE (nds32_elf_howto_table) in nds32_elf_irel_mask()
14444 if (ELF32_R_TYPE ((*irel)->r_info) < ARRAY_SIZE (nds32_elf_howto_table) in nds32_elf_ex9_relocation_check()
DChangeLog-20154033 * elf32-nds32.c (nds32_elf_howto_table): Likewise.