HomeSort by relevance Sort by last modified time
    Searched full:ia64_howto_table (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c 92 static reloc_howto_type ia64_howto_table[] = variable
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]
    [all...]
ChangeLog-0001     [all...]
ChangeLog-2005     [all...]
ChangeLog-0203     [all...]

Completed in 142 milliseconds