Lines Matching refs:rx_elf_howto_table
50 static reloc_howto_type rx_elf_howto_table [] = variable
288 return rx_elf_howto_table + R_RX_DIR32; in rx_reloc_type_lookup()
292 return rx_elf_howto_table + rx_reloc_map[i].rx_reloc_val; in rx_reloc_type_lookup()
302 for (i = 0; i < ARRAY_SIZE (rx_elf_howto_table); i++) in rx_reloc_name_lookup()
303 if (rx_elf_howto_table[i].name != NULL in rx_reloc_name_lookup()
304 && strcasecmp (rx_elf_howto_table[i].name, r_name) == 0) in rx_reloc_name_lookup()
305 return rx_elf_howto_table + i; in rx_reloc_name_lookup()
320 BFD_ASSERT (R_RX_max == ARRAY_SIZE (rx_elf_howto_table)); in rx_info_to_howto_rela()
321 if (r_type >= ARRAY_SIZE (rx_elf_howto_table)) in rx_info_to_howto_rela()
329 cache_ptr->howto = rx_elf_howto_table + r_type; in rx_info_to_howto_rela()
540 howto = rx_elf_howto_table + ELF32_R_TYPE (rel->r_info); in rx_elf_relocate_section()
3419 return rx_elf_howto_table[reloc].name; in rx_get_reloc()