Home
last modified time | relevance | path

Searched refs:m68hc11_reloc_map (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-m68hc12.c428 struct m68hc11_reloc_map struct
434 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = variable
471 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
474 if (m68hc11_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
475 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delf32-m68hc11.c316 struct m68hc11_reloc_map struct
322 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = { argument
351 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
354 if (m68hc11_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
355 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()