HomeSort by: relevance | last modified time | path
    Searched defs:mips_elf64_howto_table_rela (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-mips.c 899 static reloc_howto_type mips_elf64_howto_table_rela[] =
3826 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3878 i < (sizeof (mips_elf64_howto_table_rela)
3879 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3880 if (mips_elf64_howto_table_rela[i].name != NULL
3881 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3882 return &mips_elf64_howto_table_rela[i];
3966 howto = &mips_elf64_howto_table_rela[r_type];
898 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-mips.c 899 static reloc_howto_type mips_elf64_howto_table_rela[] =
3826 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3878 i < (sizeof (mips_elf64_howto_table_rela)
3879 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3880 if (mips_elf64_howto_table_rela[i].name != NULL
3881 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3882 return &mips_elf64_howto_table_rela[i];
3966 howto = &mips_elf64_howto_table_rela[r_type];
898 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-mips.c 897 static reloc_howto_type mips_elf64_howto_table_rela[] =
3824 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3876 i < (sizeof (mips_elf64_howto_table_rela)
3877 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3878 if (mips_elf64_howto_table_rela[i].name != NULL
3879 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3880 return &mips_elf64_howto_table_rela[i];
3964 howto = &mips_elf64_howto_table_rela[r_type];
896 static reloc_howto_type mips_elf64_howto_table_rela[] = variable
  /src/external/gpl3/gdb/dist/bfd/
elf64-mips.c 897 static reloc_howto_type mips_elf64_howto_table_rela[] =
3824 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
3876 i < (sizeof (mips_elf64_howto_table_rela)
3877 / sizeof (mips_elf64_howto_table_rela[0])); i++)
3878 if (mips_elf64_howto_table_rela[i].name != NULL
3879 && strcasecmp (mips_elf64_howto_table_rela[i].name, r_name) == 0)
3880 return &mips_elf64_howto_table_rela[i];
3964 howto = &mips_elf64_howto_table_rela[r_type];
896 static reloc_howto_type mips_elf64_howto_table_rela[] = variable

Completed in 24 milliseconds