Lines Matching refs:v850_elf_howto_table
39 static reloc_howto_type v850_elf_howto_table[]; variable
196 v850_elf_howto_table[ (int)r_type ].name, in v850_elf_check_relocs()
893 static reloc_howto_type v850_elf_howto_table[] = variable
1865 BFD_ASSERT (v850_elf_howto_table[elf_reloc_val].type == elf_reloc_val); in v850_elf_reloc_type_lookup()
1867 return v850_elf_howto_table + elf_reloc_val; in v850_elf_reloc_type_lookup()
1880 i < sizeof (v850_elf_howto_table) / sizeof (v850_elf_howto_table[0]); in v850_elf_reloc_name_lookup()
1882 if (v850_elf_howto_table[i].name != NULL in v850_elf_reloc_name_lookup()
1883 && strcasecmp (v850_elf_howto_table[i].name, r_name) == 0) in v850_elf_reloc_name_lookup()
1884 return &v850_elf_howto_table[i]; in v850_elf_reloc_name_lookup()
1900 cache_ptr->howto = &v850_elf_howto_table[r_type]; in v850_elf_info_to_howto_rel()
1914 cache_ptr->howto = &v850_elf_howto_table[r_type]; in v850_elf_info_to_howto_rela()
2199 howto = v850_elf_howto_table + r_type; in v850_elf_relocate_section()