Lines Matching full:ia64_howto_table
92 static reloc_howto_type ia64_howto_table[] =
207 for (i = 0; i < NELEMS (ia64_howto_table); ++i)
208 elf_code_to_howto_index[ia64_howto_table[i].type] = i;
214 if (i >= NELEMS (ia64_howto_table))
216 return ia64_howto_table + i;
335 i < sizeof (ia64_howto_table) / sizeof (ia64_howto_table[0]);
337 if (ia64_howto_table[i].name != NULL
338 && strcasecmp (ia64_howto_table[i].name, r_name) == 0)
339 return &ia64_howto_table[i];