Searched refs:dlx_elf_howto_table (Results 1 – 5 of 5) sorted by relevance
236 static reloc_howto_type dlx_elf_howto_table[]= variable487 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()
4008 * elf32-dlx.c (dlx_elf_howto_table): Likewise.