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

  /toolchain/binutils/binutils-2.27/bfd/
elf32-msp430.c 221 static reloc_howto_type elf_msp430x_howto_table[] = variable
593 return elf_msp430x_howto_table + msp430x_reloc_map[i].elf_reloc_val;
613 for (i = ARRAY_SIZE (elf_msp430x_howto_table); i--;)
614 if (elf_msp430x_howto_table[i].name != NULL
615 && strcasecmp (elf_msp430x_howto_table[i].name, r_name) == 0)
616 return elf_msp430x_howto_table + i;
650 cache_ptr->howto = elf_msp430x_howto_table + r_type;
    [all...]

Completed in 700 milliseconds