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

  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 74 static reloc_howto_type sh_elf_howto_table[] =
127 return sh_elf_howto_table;
411 i < (sizeof (sh_elf_howto_table)
412 / sizeof (sh_elf_howto_table[0]));
414 if (sh_elf_howto_table[i].name != NULL
415 && strcasecmp (sh_elf_howto_table[i].name, r_name) == 0)
416 return &sh_elf_howto_table[i];
73 static reloc_howto_type sh_elf_howto_table[] = variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 74 static reloc_howto_type sh_elf_howto_table[] =
127 return sh_elf_howto_table;
411 i < (sizeof (sh_elf_howto_table)
412 / sizeof (sh_elf_howto_table[0]));
414 if (sh_elf_howto_table[i].name != NULL
415 && strcasecmp (sh_elf_howto_table[i].name, r_name) == 0)
416 return &sh_elf_howto_table[i];
73 static reloc_howto_type sh_elf_howto_table[] = variable
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 74 static reloc_howto_type sh_elf_howto_table[] =
127 return sh_elf_howto_table;
411 i < (sizeof (sh_elf_howto_table)
412 / sizeof (sh_elf_howto_table[0]));
414 if (sh_elf_howto_table[i].name != NULL
415 && strcasecmp (sh_elf_howto_table[i].name, r_name) == 0)
416 return &sh_elf_howto_table[i];
73 static reloc_howto_type sh_elf_howto_table[] = variable
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 74 static reloc_howto_type sh_elf_howto_table[] =
127 return sh_elf_howto_table;
411 i < (sizeof (sh_elf_howto_table)
412 / sizeof (sh_elf_howto_table[0]));
414 if (sh_elf_howto_table[i].name != NULL
415 && strcasecmp (sh_elf_howto_table[i].name, r_name) == 0)
416 return &sh_elf_howto_table[i];
73 static reloc_howto_type sh_elf_howto_table[] = variable

Completed in 86 milliseconds