Searched refs:rx_elf_howto_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c50 static reloc_howto_type rx_elf_howto_table [] = variable
289 return rx_elf_howto_table + R_RX_DIR32;
293 return rx_elf_howto_table + rx_reloc_map[i].rx_reloc_val;
303 for (i = 0; i < ARRAY_SIZE (rx_elf_howto_table); i++)
304 if (rx_elf_howto_table[i].name != NULL
305 && strcasecmp (rx_elf_howto_table[i].name, r_name) == 0)
306 return rx_elf_howto_table + i;
321 BFD_ASSERT (R_RX_max == ARRAY_SIZE (rx_elf_howto_table));
322 if (r_type >= ARRAY_SIZE (rx_elf_howto_table))
330 cache_ptr->howto = rx_elf_howto_table
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c50 static reloc_howto_type rx_elf_howto_table [] = variable
289 return rx_elf_howto_table + R_RX_DIR32;
293 return rx_elf_howto_table + rx_reloc_map[i].rx_reloc_val;
303 for (i = 0; i < ARRAY_SIZE (rx_elf_howto_table); i++)
304 if (rx_elf_howto_table[i].name != NULL
305 && strcasecmp (rx_elf_howto_table[i].name, r_name) == 0)
306 return rx_elf_howto_table + i;
321 BFD_ASSERT (R_RX_max == ARRAY_SIZE (rx_elf_howto_table));
322 if (r_type >= ARRAY_SIZE (rx_elf_howto_table))
330 cache_ptr->howto = rx_elf_howto_table
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c50 static reloc_howto_type rx_elf_howto_table [] = variable
289 return rx_elf_howto_table + R_RX_DIR32;
293 return rx_elf_howto_table + rx_reloc_map[i].rx_reloc_val;
303 for (i = 0; i < ARRAY_SIZE (rx_elf_howto_table); i++)
304 if (rx_elf_howto_table[i].name != NULL
305 && strcasecmp (rx_elf_howto_table[i].name, r_name) == 0)
306 return rx_elf_howto_table + i;
321 BFD_ASSERT (R_RX_max == ARRAY_SIZE (rx_elf_howto_table));
322 if (r_type >= ARRAY_SIZE (rx_elf_howto_table))
330 cache_ptr->howto = rx_elf_howto_table
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c50 static reloc_howto_type rx_elf_howto_table [] = variable
279 return rx_elf_howto_table + R_RX_DIR32;
283 return rx_elf_howto_table + rx_reloc_map[i].rx_reloc_val;
293 for (i = 0; i < ARRAY_SIZE (rx_elf_howto_table); i++)
294 if (rx_elf_howto_table[i].name != NULL
295 && strcasecmp (rx_elf_howto_table[i].name, r_name) == 0)
296 return rx_elf_howto_table + i;
319 cache_ptr->howto = rx_elf_howto_table + r_type;
531 howto = rx_elf_howto_table + ELF32_R_TYPE (rel->r_info);
3412 return rx_elf_howto_table[relo
[all...]

Completed in 210 milliseconds