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

  /src/external/gpl3/binutils/dist/bfd/
elfn32-mips.c 112 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3801 howto = &elf_mips_howto_table_rel[r_type];
elf32-mips.c 104 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3356 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
3607 elf_mips_howto_table_rel,
3677 elf_mips_howto_table_rel,
3678 ARRAY_SIZE (elf_mips_howto_table_rel),
3736 : &elf_mips_howto_table_rel[r_type]);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-mips.c 105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1914 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2103 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2166 i < (sizeof (elf_mips_howto_table_rel)
2167 / sizeof (elf_mips_howto_table_rel[0]));
2169 if (elf_mips_howto_table_rel[i].name != NULL
2170 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2171 return &elf_mips_howto_table_rel[i];
2238 howto = &elf_mips_howto_table_rel[r_type];
elfn32-mips.c 112 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3801 howto = &elf_mips_howto_table_rel[r_type];
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-mips.c 105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1914 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2103 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2166 i < (sizeof (elf_mips_howto_table_rel)
2167 / sizeof (elf_mips_howto_table_rel[0]));
2169 if (elf_mips_howto_table_rel[i].name != NULL
2170 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2171 return &elf_mips_howto_table_rel[i];
2238 howto = &elf_mips_howto_table_rel[r_type];
elfn32-mips.c 110 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3799 howto = &elf_mips_howto_table_rel[r_type];
  /src/external/gpl3/gdb/dist/bfd/
elf32-mips.c 105 static reloc_howto_type elf_mips_howto_table_rel[] = variable
1914 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32];
2103 reloc_howto_type *howto_table = elf_mips_howto_table_rel;
2166 i < (sizeof (elf_mips_howto_table_rel)
2167 / sizeof (elf_mips_howto_table_rel[0]));
2169 if (elf_mips_howto_table_rel[i].name != NULL
2170 && strcasecmp (elf_mips_howto_table_rel[i].name, r_name) == 0)
2171 return &elf_mips_howto_table_rel[i];
2238 howto = &elf_mips_howto_table_rel[r_type];
elfn32-mips.c 110 static reloc_howto_type elf_mips_howto_table_rel[] = variable
3799 howto = &elf_mips_howto_table_rel[r_type];

Completed in 94 milliseconds