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

  /toolchain/binutils/binutils-2.25/bfd/
elf32-xgate.c 50 static reloc_howto_type elf_xgate_howto_table[] = variable
397 return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];
407 for (i = 0; i < ARRAY_SIZE (elf_xgate_howto_table); i++)
408 if (elf_xgate_howto_table[i].name != NULL
409 && strcasecmp (elf_xgate_howto_table[i].name, r_name) == 0)
410 return &elf_xgate_howto_table[i];
426 cache_ptr->howto = &elf_xgate_howto_table[r_type];
ChangeLog-2012 446 * elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
    [all...]

Completed in 757 milliseconds