Searched refs:m68hc11_reloc_map (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m68hc12.c364 struct m68hc11_reloc_map struct
370 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = { variable in typeref:struct:m68hc11_reloc_map
399 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map);
402 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
403 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];
H A Delf32-m68hc11.c316 struct m68hc11_reloc_map struct
322 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = { variable in typeref:struct:m68hc11_reloc_map
351 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map);
354 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
355 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];
/haiku-buildtools/binutils/bfd/
H A Delf32-m68hc12.c428 struct m68hc11_reloc_map struct
434 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = variable in typeref:struct:m68hc11_reloc_map
471 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map);
474 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
475 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];
H A Delf32-m68hc11.c316 struct m68hc11_reloc_map struct
322 static const struct m68hc11_reloc_map m68hc11_reloc_map[] = { variable in typeref:struct:m68hc11_reloc_map
351 i < sizeof (m68hc11_reloc_map) / sizeof (struct m68hc11_reloc_map);
354 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
355 return &elf_m68hc11_howto_table[m68hc11_reloc_map[i].elf_reloc_val];

Completed in 40 milliseconds