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

  /src/external/gpl3/binutils/dist/bfd/
elf32-cris.c 38 static reloc_howto_type cris_elf_howto_table [] = variable
435 return & cris_elf_howto_table [cris_reloc_map[i].cris_reloc_val];
446 i < sizeof (cris_elf_howto_table) / sizeof (cris_elf_howto_table[0]);
448 if (cris_elf_howto_table[i].name != NULL
449 && strcasecmp (cris_elf_howto_table[i].name, r_name) == 0)
450 return &cris_elf_howto_table[i];
473 cache_ptr->howto = & cris_elf_howto_table [r_type];
1039 howto = cris_elf_howto_table + r_type;
1128 cris_elf_howto_table[r_type].name
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-cris.c 38 static reloc_howto_type cris_elf_howto_table [] = variable
435 return & cris_elf_howto_table [cris_reloc_map[i].cris_reloc_val];
446 i < sizeof (cris_elf_howto_table) / sizeof (cris_elf_howto_table[0]);
448 if (cris_elf_howto_table[i].name != NULL
449 && strcasecmp (cris_elf_howto_table[i].name, r_name) == 0)
450 return &cris_elf_howto_table[i];
473 cache_ptr->howto = & cris_elf_howto_table [r_type];
1039 howto = cris_elf_howto_table + r_type;
1128 cris_elf_howto_table[r_type].name
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-cris.c 38 static reloc_howto_type cris_elf_howto_table [] = variable
435 return & cris_elf_howto_table [cris_reloc_map[i].cris_reloc_val];
446 i < sizeof (cris_elf_howto_table) / sizeof (cris_elf_howto_table[0]);
448 if (cris_elf_howto_table[i].name != NULL
449 && strcasecmp (cris_elf_howto_table[i].name, r_name) == 0)
450 return &cris_elf_howto_table[i];
473 cache_ptr->howto = & cris_elf_howto_table [r_type];
1039 howto = cris_elf_howto_table + r_type;
1128 cris_elf_howto_table[r_type].name
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-cris.c 38 static reloc_howto_type cris_elf_howto_table [] = variable
435 return & cris_elf_howto_table [cris_reloc_map[i].cris_reloc_val];
446 i < sizeof (cris_elf_howto_table) / sizeof (cris_elf_howto_table[0]);
448 if (cris_elf_howto_table[i].name != NULL
449 && strcasecmp (cris_elf_howto_table[i].name, r_name) == 0)
450 return &cris_elf_howto_table[i];
473 cache_ptr->howto = & cris_elf_howto_table [r_type];
1039 howto = cris_elf_howto_table + r_type;
1128 cris_elf_howto_table[r_type].name
    [all...]

Completed in 19 milliseconds