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

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-metag.c93 static reloc_howto_type elf_metag_howto_table[] = variable
876 cache_ptr->howto = & elf_metag_howto_table [r_type];
888 return & elf_metag_howto_table [metag_reloc_map[i].metag_reloc_val];
899 for (i = 0; i < sizeof (elf_metag_howto_table) / sizeof (elf_metag_howto_table[0]); i++)
900 if (elf_metag_howto_table[i].name != NULL
901 && strcasecmp (elf_metag_howto_table[i].name, r_name) == 0)
902 return &elf_metag_howto_table[i];
1503 howto = elf_metag_howto_table + ELF32_R_TYPE (rel->r_info);
2252 abfd, elf_metag_howto_table[r_typ
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-metag.c93 static reloc_howto_type elf_metag_howto_table[] = variable
876 cache_ptr->howto = & elf_metag_howto_table [r_type];
888 return & elf_metag_howto_table [metag_reloc_map[i].metag_reloc_val];
899 for (i = 0; i < sizeof (elf_metag_howto_table) / sizeof (elf_metag_howto_table[0]); i++)
900 if (elf_metag_howto_table[i].name != NULL
901 && strcasecmp (elf_metag_howto_table[i].name, r_name) == 0)
902 return &elf_metag_howto_table[i];
1503 howto = elf_metag_howto_table + ELF32_R_TYPE (rel->r_info);
2252 abfd, elf_metag_howto_table[r_typ
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-metag.c93 static reloc_howto_type elf_metag_howto_table[] = variable
876 cache_ptr->howto = & elf_metag_howto_table [r_type];
888 return & elf_metag_howto_table [metag_reloc_map[i].metag_reloc_val];
899 for (i = 0; i < sizeof (elf_metag_howto_table) / sizeof (elf_metag_howto_table[0]); i++)
900 if (elf_metag_howto_table[i].name != NULL
901 && strcasecmp (elf_metag_howto_table[i].name, r_name) == 0)
902 return &elf_metag_howto_table[i];
1503 howto = elf_metag_howto_table + ELF32_R_TYPE (rel->r_info);
2252 abfd, elf_metag_howto_table[r_typ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-metag.c93 static reloc_howto_type elf_metag_howto_table[] = variable
876 cache_ptr->howto = & elf_metag_howto_table [r_type];
888 return & elf_metag_howto_table [metag_reloc_map[i].metag_reloc_val];
899 for (i = 0; i < sizeof (elf_metag_howto_table) / sizeof (elf_metag_howto_table[0]); i++)
900 if (elf_metag_howto_table[i].name != NULL
901 && strcasecmp (elf_metag_howto_table[i].name, r_name) == 0)
902 return &elf_metag_howto_table[i];
1503 howto = elf_metag_howto_table + ELF32_R_TYPE (rel->r_info);
2252 abfd, elf_metag_howto_table[r_typ
[all...]

Completed in 269 milliseconds