Home
last modified time | relevance | path

Searched refs:elf_m68hc11_howto_table (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc12.c106 static reloc_howto_type elf_m68hc11_howto_table[] = { variable
475 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
488 i < (sizeof (elf_m68hc11_howto_table) in bfd_elf32_bfd_reloc_name_lookup()
489 / sizeof (elf_m68hc11_howto_table[0])); in bfd_elf32_bfd_reloc_name_lookup()
491 if (elf_m68hc11_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()
492 && strcasecmp (elf_m68hc11_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()
493 return &elf_m68hc11_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()
508 cache_ptr->howto = &elf_m68hc11_howto_table[r_type]; in m68hc11_info_to_howto_rel()
Delf32-m68hc11.c64 static reloc_howto_type elf_m68hc11_howto_table[] = { variable
355 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
368 i < (sizeof (elf_m68hc11_howto_table) in bfd_elf32_bfd_reloc_name_lookup()
369 / sizeof (elf_m68hc11_howto_table[0])); in bfd_elf32_bfd_reloc_name_lookup()
371 if (elf_m68hc11_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()
372 && strcasecmp (elf_m68hc11_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()
373 return &elf_m68hc11_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()
388 cache_ptr->howto = &elf_m68hc11_howto_table[r_type]; in m68hc11_info_to_howto_rel()
DChangeLog-02033668 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
3781 (elf_m68hc11_howto_table): Set pcrel_offset to true.
6999 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;