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

  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 137 static reloc_howto_type elf32_tic6x_howto_table[] = variable
1448 howto = &elf32_tic6x_howto_table[elf_reloc_val];
1470 for (i = 0; i < ARRAY_SIZE (elf32_tic6x_howto_table); i++)
1471 if (elf32_tic6x_howto_table[i].name != NULL
1472 && strcasecmp (elf32_tic6x_howto_table[i].name, r_name) == 0)
1473 return &elf32_tic6x_howto_table[i];
1495 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table))
1504 bfd_reloc->howto = &elf32_tic6x_howto_table[r_type];
2538 elf32_tic6x_howto_table[r_type].name,
2547 elf32_tic6x_howto_table[r_type].name
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 137 static reloc_howto_type elf32_tic6x_howto_table[] = variable
1448 howto = &elf32_tic6x_howto_table[elf_reloc_val];
1470 for (i = 0; i < ARRAY_SIZE (elf32_tic6x_howto_table); i++)
1471 if (elf32_tic6x_howto_table[i].name != NULL
1472 && strcasecmp (elf32_tic6x_howto_table[i].name, r_name) == 0)
1473 return &elf32_tic6x_howto_table[i];
1495 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table))
1504 bfd_reloc->howto = &elf32_tic6x_howto_table[r_type];
2540 elf32_tic6x_howto_table[r_type].name,
2549 elf32_tic6x_howto_table[r_type].name
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 137 static reloc_howto_type elf32_tic6x_howto_table[] = variable
1448 howto = &elf32_tic6x_howto_table[elf_reloc_val];
1470 for (i = 0; i < ARRAY_SIZE (elf32_tic6x_howto_table); i++)
1471 if (elf32_tic6x_howto_table[i].name != NULL
1472 && strcasecmp (elf32_tic6x_howto_table[i].name, r_name) == 0)
1473 return &elf32_tic6x_howto_table[i];
1495 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table))
1504 bfd_reloc->howto = &elf32_tic6x_howto_table[r_type];
2540 elf32_tic6x_howto_table[r_type].name,
2549 elf32_tic6x_howto_table[r_type].name
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 137 static reloc_howto_type elf32_tic6x_howto_table[] = variable
1448 howto = &elf32_tic6x_howto_table[elf_reloc_val];
1470 for (i = 0; i < ARRAY_SIZE (elf32_tic6x_howto_table); i++)
1471 if (elf32_tic6x_howto_table[i].name != NULL
1472 && strcasecmp (elf32_tic6x_howto_table[i].name, r_name) == 0)
1473 return &elf32_tic6x_howto_table[i];
1495 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table))
1504 bfd_reloc->howto = &elf32_tic6x_howto_table[r_type];
2548 elf32_tic6x_howto_table[r_type].name,
2557 elf32_tic6x_howto_table[r_type].name
    [all...]

Completed in 44 milliseconds