Searched refs:rx_elf_howto_table (Results 1 – 6 of 6) sorted by relevance
50 static reloc_howto_type rx_elf_howto_table [] = variable288 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()[all …]
4039 * elf32-rx.c (rx_elf_howto_table): Likewise.
176349 * elf32-rx.c (rx_elf_howto_table): Add missing empty entries.176350 (rx_info_to_howto_rela): Assert rx_elf_howto_table is correct size.