Searched refs:elf_mips_howto_table_rel (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-mips.c105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1906 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2091 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2154 i < (sizeof (elf_mips_howto_table_rel)
2155 / sizeof (elf_mips_howto_table_rel[0]));
2157 if (elf_mips_howto_table_rel[i].name != NULL
2158 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2159 return &elf_mips_howto_table_rel[i];
2226 howto = &elf_mips_howto_table_rel[r_type];
H A Delfn32-mips.c112 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3788 howto = &elf_mips_howto_table_rel[r_type];
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-mips.c105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1907 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2092 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2155 i < (sizeof (elf_mips_howto_table_rel)
2156 / sizeof (elf_mips_howto_table_rel[0]));
2158 if (elf_mips_howto_table_rel[i].name != NULL
2159 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2160 return &elf_mips_howto_table_rel[i];
2227 howto = &elf_mips_howto_table_rel[r_type];
H A Delfn32-mips.c110 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3788 howto = &elf_mips_howto_table_rel[r_type];
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-mips.c105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1911 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2100 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2163 i < (sizeof (elf_mips_howto_table_rel)
2164 / sizeof (elf_mips_howto_table_rel[0]));
2166 if (elf_mips_howto_table_rel[i].name != NULL
2167 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2168 return &elf_mips_howto_table_rel[i];
2235 howto = &elf_mips_howto_table_rel[r_type];
H A Delfn32-mips.c110 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3792 howto = &elf_mips_howto_table_rel[r_type];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-mips.c105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1906 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2091 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2154 i < (sizeof (elf_mips_howto_table_rel)
2155 / sizeof (elf_mips_howto_table_rel[0]));
2157 if (elf_mips_howto_table_rel[i].name != NULL
2158 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2159 return &elf_mips_howto_table_rel[i];
2226 howto = &elf_mips_howto_table_rel[r_type];
H A Delfn32-mips.c112 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3788 howto = &elf_mips_howto_table_rel[r_type];

Completed in 147 milliseconds