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

  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 264 initialize array nds32_elf_howto_table in any order. The benefit
270 static reloc_howto_type nds32_elf_howto_table[] = variable
3236 for (i = 0; i < ARRAY_SIZE (nds32_elf_howto_table); i++)
3237 if (nds32_elf_howto_table[i].name != NULL
3238 && strcasecmp (nds32_elf_howto_table[i].name, r_name) == 0)
3239 return &nds32_elf_howto_table[i];
3254 if (code < ARRAY_SIZE (nds32_elf_howto_table))
3255 return &nds32_elf_howto_table[code];
5553 input_bfd, nds32_elf_howto_table[r_type].name, h->root.root.string);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 264 initialize array nds32_elf_howto_table in any order. The benefit
270 static reloc_howto_type nds32_elf_howto_table[] = variable
3236 for (i = 0; i < ARRAY_SIZE (nds32_elf_howto_table); i++)
3237 if (nds32_elf_howto_table[i].name != NULL
3238 && strcasecmp (nds32_elf_howto_table[i].name, r_name) == 0)
3239 return &nds32_elf_howto_table[i];
3254 if (code < ARRAY_SIZE (nds32_elf_howto_table))
3255 return &nds32_elf_howto_table[code];
5554 input_bfd, nds32_elf_howto_table[r_type].name, h->root.root.string);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 264 initialize array nds32_elf_howto_table in any order. The benefit
270 static reloc_howto_type nds32_elf_howto_table[] = variable
3229 for (i = 0; i < ARRAY_SIZE (nds32_elf_howto_table); i++)
3230 if (nds32_elf_howto_table[i].name != NULL
3231 && strcasecmp (nds32_elf_howto_table[i].name, r_name) == 0)
3232 return &nds32_elf_howto_table[i];
3247 if (code < ARRAY_SIZE (nds32_elf_howto_table))
3248 return &nds32_elf_howto_table[code];
5547 input_bfd, nds32_elf_howto_table[r_type].name, h->root.root.string);
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 264 initialize array nds32_elf_howto_table in any order. The benefit
270 static reloc_howto_type nds32_elf_howto_table[] = variable
3236 for (i = 0; i < ARRAY_SIZE (nds32_elf_howto_table); i++)
3237 if (nds32_elf_howto_table[i].name != NULL
3238 && strcasecmp (nds32_elf_howto_table[i].name, r_name) == 0)
3239 return &nds32_elf_howto_table[i];
3254 if (code < ARRAY_SIZE (nds32_elf_howto_table))
3255 return &nds32_elf_howto_table[code];
5553 input_bfd, nds32_elf_howto_table[r_type].name, h->root.root.string);

Completed in 82 milliseconds