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

  /src/external/gpl3/binutils/dist/bfd/
elf64-mips.c 1894 static reloc_howto_type mips16_elf64_howto_table_rela[] =
3827 reloc_howto_type *howto16_table = mips16_elf64_howto_table_rela;
3885 i < (sizeof (mips16_elf64_howto_table_rela)
3886 / sizeof (mips16_elf64_howto_table_rela[0]));
3888 if (mips16_elf64_howto_table_rela[i].name != NULL
3889 && strcasecmp (mips16_elf64_howto_table_rela[i].name, r_name) == 0)
3890 return &mips16_elf64_howto_table_rela[i];
3959 howto = &mips16_elf64_howto_table_rela[r_type - R_MIPS16_min];
1893 static reloc_howto_type mips16_elf64_howto_table_rela[] = variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-mips.c 1894 static reloc_howto_type mips16_elf64_howto_table_rela[] =
3827 reloc_howto_type *howto16_table = mips16_elf64_howto_table_rela;
3885 i < (sizeof (mips16_elf64_howto_table_rela)
3886 / sizeof (mips16_elf64_howto_table_rela[0]));
3888 if (mips16_elf64_howto_table_rela[i].name != NULL
3889 && strcasecmp (mips16_elf64_howto_table_rela[i].name, r_name) == 0)
3890 return &mips16_elf64_howto_table_rela[i];
3959 howto = &mips16_elf64_howto_table_rela[r_type - R_MIPS16_min];
1893 static reloc_howto_type mips16_elf64_howto_table_rela[] = variable
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-mips.c 1892 static reloc_howto_type mips16_elf64_howto_table_rela[] =
3825 reloc_howto_type *howto16_table = mips16_elf64_howto_table_rela;
3883 i < (sizeof (mips16_elf64_howto_table_rela)
3884 / sizeof (mips16_elf64_howto_table_rela[0]));
3886 if (mips16_elf64_howto_table_rela[i].name != NULL
3887 && strcasecmp (mips16_elf64_howto_table_rela[i].name, r_name) == 0)
3888 return &mips16_elf64_howto_table_rela[i];
3957 howto = &mips16_elf64_howto_table_rela[r_type - R_MIPS16_min];
1891 static reloc_howto_type mips16_elf64_howto_table_rela[] = variable
  /src/external/gpl3/gdb/dist/bfd/
elf64-mips.c 1892 static reloc_howto_type mips16_elf64_howto_table_rela[] =
3825 reloc_howto_type *howto16_table = mips16_elf64_howto_table_rela;
3883 i < (sizeof (mips16_elf64_howto_table_rela)
3884 / sizeof (mips16_elf64_howto_table_rela[0]));
3886 if (mips16_elf64_howto_table_rela[i].name != NULL
3887 && strcasecmp (mips16_elf64_howto_table_rela[i].name, r_name) == 0)
3888 return &mips16_elf64_howto_table_rela[i];
3957 howto = &mips16_elf64_howto_table_rela[r_type - R_MIPS16_min];
1891 static reloc_howto_type mips16_elf64_howto_table_rela[] = variable

Completed in 27 milliseconds