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

  /toolchain/binutils/binutils-2.27/bfd/
elf32-msp430.c 54 static reloc_howto_type elf_msp430_howto_table[] = variable
599 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
621 i < (sizeof (elf_msp430_howto_table)
622 / sizeof (elf_msp430_howto_table[0]));
624 if (elf_msp430_howto_table[i].name != NULL
625 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0)
626 return &elf_msp430_howto_table[i];
659 cache_ptr->howto = &elf_msp430_howto_table[r_type];
    [all...]
ChangeLog-2015     [all...]
ChangeLog-2004     [all...]

Completed in 99 milliseconds