Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-z80.c47 bfd_howto_type elf_z80_howto_table[] = variable
279 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_reloc_type_lookup()
285 if (elf_z80_howto_table[i].r_type == code) in z80_reloc_type_lookup()
286 return &elf_z80_howto_table[i].howto; in z80_reloc_type_lookup()
299 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_reloc_name_lookup()
305 if (elf_z80_howto_table[i].howto.name != NULL in z80_reloc_name_lookup()
306 && strcasecmp (elf_z80_howto_table[i].howto.name, r_name) == 0) in z80_reloc_name_lookup()
307 return &elf_z80_howto_table[i].howto; in z80_reloc_name_lookup()
320 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_rtype_to_howto()
326 if (elf_z80_howto_table[i].howto.type == r_type) in z80_rtype_to_howto()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-z80.c47 bfd_howto_type elf_z80_howto_table[] = variable
279 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_reloc_type_lookup()
285 if (elf_z80_howto_table[i].r_type == code) in z80_reloc_type_lookup()
286 return &elf_z80_howto_table[i].howto; in z80_reloc_type_lookup()
299 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_reloc_name_lookup()
305 if (elf_z80_howto_table[i].howto.name != NULL in z80_reloc_name_lookup()
306 && strcasecmp (elf_z80_howto_table[i].howto.name, r_name) == 0) in z80_reloc_name_lookup()
307 return &elf_z80_howto_table[i].howto; in z80_reloc_name_lookup()
320 table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) in z80_rtype_to_howto()
326 if (elf_z80_howto_table[i].howto.type == r_type) in z80_rtype_to_howto()
[all …]