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

  /src/external/gpl3/binutils/dist/bfd/
elf32-bfin.c 424 static reloc_howto_type bfin_howto_table [] =
1056 cache_ptr->howto = &bfin_howto_table [r_type];
1086 return &bfin_howto_table [r_type];
1101 i < (sizeof (bfin_howto_table)
1102 / sizeof (bfin_howto_table[0]));
1104 if (bfin_howto_table[i].name != NULL
1105 && strcasecmp (bfin_howto_table[i].name, r_name) == 0)
1106 return &bfin_howto_table[i];
1125 return &bfin_howto_table [r_type];
423 static reloc_howto_type bfin_howto_table [] = variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-bfin.c 424 static reloc_howto_type bfin_howto_table [] =
1056 cache_ptr->howto = &bfin_howto_table [r_type];
1086 return &bfin_howto_table [r_type];
1101 i < (sizeof (bfin_howto_table)
1102 / sizeof (bfin_howto_table[0]));
1104 if (bfin_howto_table[i].name != NULL
1105 && strcasecmp (bfin_howto_table[i].name, r_name) == 0)
1106 return &bfin_howto_table[i];
1125 return &bfin_howto_table [r_type];
423 static reloc_howto_type bfin_howto_table [] = variable
  /src/external/gpl3/gdb/dist/bfd/
elf32-bfin.c 424 static reloc_howto_type bfin_howto_table [] =
1056 cache_ptr->howto = &bfin_howto_table [r_type];
1086 return &bfin_howto_table [r_type];
1101 i < (sizeof (bfin_howto_table)
1102 / sizeof (bfin_howto_table[0]));
1104 if (bfin_howto_table[i].name != NULL
1105 && strcasecmp (bfin_howto_table[i].name, r_name) == 0)
1106 return &bfin_howto_table[i];
1125 return &bfin_howto_table [r_type];
423 static reloc_howto_type bfin_howto_table [] = variable
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-bfin.c 424 static reloc_howto_type bfin_howto_table [] =
1056 cache_ptr->howto = &bfin_howto_table [r_type];
1086 return &bfin_howto_table [r_type];
1101 i < (sizeof (bfin_howto_table)
1102 / sizeof (bfin_howto_table[0]));
1104 if (bfin_howto_table[i].name != NULL
1105 && strcasecmp (bfin_howto_table[i].name, r_name) == 0)
1106 return &bfin_howto_table[i];
1125 return &bfin_howto_table [r_type];
423 static reloc_howto_type bfin_howto_table [] = variable

Completed in 40 milliseconds