Home
last modified time | relevance | path

Searched refs:dlx_elf_howto_table (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val]; in elf32_dlx_reloc_type_lookup()
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]); in elf32_dlx_reloc_name_lookup()
514 if (dlx_elf_howto_table[i].name != NULL in elf32_dlx_reloc_name_lookup()
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0) in elf32_dlx_reloc_name_lookup()
516 return &dlx_elf_howto_table[i]; in elf32_dlx_reloc_name_lookup()
551 return & dlx_elf_howto_table[r_type]; in dlx_rtype_to_howto()
H A DChangeLog-20154008 * elf32-dlx.c (dlx_elf_howto_table): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val]; in elf32_dlx_reloc_type_lookup()
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]); in elf32_dlx_reloc_name_lookup()
514 if (dlx_elf_howto_table[i].name != NULL in elf32_dlx_reloc_name_lookup()
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0) in elf32_dlx_reloc_name_lookup()
516 return &dlx_elf_howto_table[i]; in elf32_dlx_reloc_name_lookup()
551 return & dlx_elf_howto_table[r_type]; in dlx_rtype_to_howto()
H A DChangeLog-20154008 * elf32-dlx.c (dlx_elf_howto_table): Likewise.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20154008 * elf32-dlx.c (dlx_elf_howto_table): Likewise.