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

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-fr30.c35 static reloc_howto_type fr30_elf_howto_table [] = variable
351 return & fr30_elf_howto_table [fr30_reloc_map[i].fr30_reloc_val];
362 i < sizeof (fr30_elf_howto_table) / sizeof (fr30_elf_howto_table[0]);
364 if (fr30_elf_howto_table[i].name != NULL
365 && strcasecmp (fr30_elf_howto_table[i].name, r_name) == 0)
366 return &fr30_elf_howto_table[i];
389 cache_ptr->howto = & fr30_elf_howto_table [r_type];
544 howto = fr30_elf_howto_table + ELF32_R_TYPE (rel->r_info);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-fr30.c35 static reloc_howto_type fr30_elf_howto_table [] = variable
351 return & fr30_elf_howto_table [fr30_reloc_map[i].fr30_reloc_val];
362 i < sizeof (fr30_elf_howto_table) / sizeof (fr30_elf_howto_table[0]);
364 if (fr30_elf_howto_table[i].name != NULL
365 && strcasecmp (fr30_elf_howto_table[i].name, r_name) == 0)
366 return &fr30_elf_howto_table[i];
389 cache_ptr->howto = & fr30_elf_howto_table [r_type];
544 howto = fr30_elf_howto_table + ELF32_R_TYPE (rel->r_info);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-fr30.c35 static reloc_howto_type fr30_elf_howto_table [] = variable
351 return & fr30_elf_howto_table [fr30_reloc_map[i].fr30_reloc_val];
362 i < sizeof (fr30_elf_howto_table) / sizeof (fr30_elf_howto_table[0]);
364 if (fr30_elf_howto_table[i].name != NULL
365 && strcasecmp (fr30_elf_howto_table[i].name, r_name) == 0)
366 return &fr30_elf_howto_table[i];
389 cache_ptr->howto = & fr30_elf_howto_table [r_type];
544 howto = fr30_elf_howto_table + ELF32_R_TYPE (rel->r_info);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-fr30.c35 static reloc_howto_type fr30_elf_howto_table [] = variable
351 return & fr30_elf_howto_table [fr30_reloc_map[i].fr30_reloc_val];
362 i < sizeof (fr30_elf_howto_table) / sizeof (fr30_elf_howto_table[0]);
364 if (fr30_elf_howto_table[i].name != NULL
365 && strcasecmp (fr30_elf_howto_table[i].name, r_name) == 0)
366 return &fr30_elf_howto_table[i];
389 cache_ptr->howto = & fr30_elf_howto_table [r_type];
544 howto = fr30_elf_howto_table + ELF32_R_TYPE (rel->r_info);

Completed in 198 milliseconds