HomeSort by relevance Sort by last modified time
    Searched refs:elf_m68hc11_howto_table (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc12.c 106 static reloc_howto_type elf_m68hc11_howto_table[] = { variable
475 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];
488 i < (sizeof (elf_m68hc11_howto_table)
489 / sizeof (elf_m68hc11_howto_table[0]));
491 if (elf_m68hc11_howto_table[i].name != NULL
492 && strcasecmp (elf_m68hc11_howto_table[i].name, r_name) == 0)
493 return &elf_m68hc11_howto_table[i];
508 cache_ptr->howto = &elf_m68hc11_howto_table[r_type];
elf32-m68hc11.c 64 static reloc_howto_type elf_m68hc11_howto_table[] = { variable
355 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];
368 i < (sizeof (elf_m68hc11_howto_table)
369 / sizeof (elf_m68hc11_howto_table[0]));
371 if (elf_m68hc11_howto_table[i].name != NULL
372 && strcasecmp (elf_m68hc11_howto_table[i].name, r_name) == 0)
373 return &elf_m68hc11_howto_table[i];
388 cache_ptr->howto = &elf_m68hc11_howto_table[r_type];
    [all...]

Completed in 1857 milliseconds