Lines Matching refs:mep_elf_howto_table
39 static reloc_howto_type mep_elf_howto_table [] = variable
70 && (N) < ARRAY_SIZE (mep_elf_howto_table)
143 if (mep_elf_howto_table[type].type != type) in mep_reloc_type_lookup()
147 type, mep_elf_howto_table[type].type); in mep_reloc_type_lookup()
151 return mep_elf_howto_table + type; in mep_reloc_type_lookup()
162 i < sizeof (mep_elf_howto_table) / sizeof (mep_elf_howto_table[0]); in mep_reloc_name_lookup()
164 if (mep_elf_howto_table[i].name != NULL in mep_reloc_name_lookup()
165 && strcasecmp (mep_elf_howto_table[i].name, r_name) == 0) in mep_reloc_name_lookup()
166 return &mep_elf_howto_table[i]; in mep_reloc_name_lookup()
390 cache_ptr->howto = & mep_elf_howto_table [r_type]; in mep_info_to_howto_rela()
463 howto = mep_elf_howto_table + ELF32_R_TYPE (rel->r_info); in mep_elf_relocate_section()