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

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-mips.c899 static reloc_howto_type mips_elf64_howto_table_rela[] =
3817 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3869 i < (sizeof (mips_elf64_howto_table_rela)
3870 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3871 if (mips_elf64_howto_table_rela[i].name != NULL
3872 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3873 return &mips_elf64_howto_table_rela[i];
3957 howto = &mips_elf64_howto_table_rela[r_type];
898 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-mips.c897 static reloc_howto_type mips_elf64_howto_table_rela[] =
3817 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3869 i < (sizeof (mips_elf64_howto_table_rela)
3870 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3871 if (mips_elf64_howto_table_rela[i].name != NULL
3872 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3873 return &mips_elf64_howto_table_rela[i];
3957 howto = &mips_elf64_howto_table_rela[r_type];
896 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-mips.c897 static reloc_howto_type mips_elf64_howto_table_rela[] =
3821 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3873 i < (sizeof (mips_elf64_howto_table_rela)
3874 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3875 if (mips_elf64_howto_table_rela[i].name != NULL
3876 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3877 return &mips_elf64_howto_table_rela[i];
3961 howto = &mips_elf64_howto_table_rela[r_type];
896 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-mips.c899 static reloc_howto_type mips_elf64_howto_table_rela[] =
3817 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3869 i < (sizeof (mips_elf64_howto_table_rela)
3870 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3871 if (mips_elf64_howto_table_rela[i].name != NULL
3872 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3873 return &mips_elf64_howto_table_rela[i];
3957 howto = &mips_elf64_howto_table_rela[r_type];
898 static reloc_howto_type mips_elf64_howto_table_rela[] = variable

Completed in 113 milliseconds