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

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 212 static reloc_howto_type ppc_elf_howto_raw[] = {
711 for (i = 0; i < ARRAY_SIZE (ppc_elf_howto_raw); i++)
713 type = ppc_elf_howto_raw[i].type;
716 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
876 for (i = 0; i < ARRAY_SIZE (ppc_elf_howto_raw); i++)
877 if (ppc_elf_howto_raw[i].name != NULL
878 && strcasecmp (ppc_elf_howto_raw[i].name, r_name) == 0)
879 return &ppc_elf_howto_raw[i];
211 static reloc_howto_type ppc_elf_howto_raw[] = { variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 208 static reloc_howto_type ppc_elf_howto_raw[] = {
708 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
711 type = ppc_elf_howto_raw[i].type;
715 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
876 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
878 if (ppc_elf_howto_raw[i].name != NULL
879 && strcasecmp (ppc_elf_howto_raw[i].name, r_name) == 0)
880 return &ppc_elf_howto_raw[i]
207 static reloc_howto_type ppc_elf_howto_raw[] = { variable
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 208 static reloc_howto_type ppc_elf_howto_raw[] = {
708 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
711 type = ppc_elf_howto_raw[i].type;
715 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
876 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
878 if (ppc_elf_howto_raw[i].name != NULL
879 && strcasecmp (ppc_elf_howto_raw[i].name, r_name) == 0)
880 return &ppc_elf_howto_raw[i]
207 static reloc_howto_type ppc_elf_howto_raw[] = { variable
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 212 static reloc_howto_type ppc_elf_howto_raw[] = {
711 for (i = 0; i < ARRAY_SIZE (ppc_elf_howto_raw); i++)
713 type = ppc_elf_howto_raw[i].type;
716 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
876 for (i = 0; i < ARRAY_SIZE (ppc_elf_howto_raw); i++)
877 if (ppc_elf_howto_raw[i].name != NULL
878 && strcasecmp (ppc_elf_howto_raw[i].name, r_name) == 0)
879 return &ppc_elf_howto_raw[i];
211 static reloc_howto_type ppc_elf_howto_raw[] = { variable

Completed in 54 milliseconds