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

  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 44 static reloc_howto_type elf_mn10200_howto_table[] = variable
190 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
203 i < (sizeof (elf_mn10200_howto_table)
204 / sizeof (elf_mn10200_howto_table[0]));
206 if (elf_mn10200_howto_table[i].name != NULL
207 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
208 return &elf_mn10200_howto_table[i];
232 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
371 howto = elf_mn10200_howto_table + r_type;
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 44 static reloc_howto_type elf_mn10200_howto_table[] = variable
190 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
203 i < (sizeof (elf_mn10200_howto_table)
204 / sizeof (elf_mn10200_howto_table[0]));
206 if (elf_mn10200_howto_table[i].name != NULL
207 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
208 return &elf_mn10200_howto_table[i];
232 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
371 howto = elf_mn10200_howto_table + r_type;
  /src/external/gpl3/gdb/dist/bfd/
elf-m10200.c 44 static reloc_howto_type elf_mn10200_howto_table[] = variable
190 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
203 i < (sizeof (elf_mn10200_howto_table)
204 / sizeof (elf_mn10200_howto_table[0]));
206 if (elf_mn10200_howto_table[i].name != NULL
207 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
208 return &elf_mn10200_howto_table[i];
232 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
371 howto = elf_mn10200_howto_table + r_type;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10200.c 44 static reloc_howto_type elf_mn10200_howto_table[] = variable
190 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
203 i < (sizeof (elf_mn10200_howto_table)
204 / sizeof (elf_mn10200_howto_table[0]));
206 if (elf_mn10200_howto_table[i].name != NULL
207 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
208 return &elf_mn10200_howto_table[i];
232 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
371 howto = elf_mn10200_howto_table + r_type;

Completed in 30 milliseconds