HomeSort by: relevance | last modified time | path
    Searched defs:elf_msp430_howto_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-msp430.c 73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
710 i < (sizeof (elf_msp430_howto_table)
711 / sizeof (elf_msp430_howto_table[0]));
713 if (elf_msp430_howto_table[i].name != NULL
714 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0)
715 return &elf_msp430_howto_table[i];
753 cache_ptr->howto = &elf_msp430_howto_table[r_type];
1451 howto = elf_msp430_howto_table + r_type;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-msp430.c 73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
710 i < (sizeof (elf_msp430_howto_table)
711 / sizeof (elf_msp430_howto_table[0]));
713 if (elf_msp430_howto_table[i].name != NULL
714 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0)
715 return &elf_msp430_howto_table[i];
753 cache_ptr->howto = &elf_msp430_howto_table[r_type];
1451 howto = elf_msp430_howto_table + r_type;
  /src/external/gpl3/gdb/dist/bfd/
elf32-msp430.c 73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
710 i < (sizeof (elf_msp430_howto_table)
711 / sizeof (elf_msp430_howto_table[0]));
713 if (elf_msp430_howto_table[i].name != NULL
714 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0)
715 return &elf_msp430_howto_table[i];
753 cache_ptr->howto = &elf_msp430_howto_table[r_type];
1451 howto = elf_msp430_howto_table + r_type;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-msp430.c 73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
710 i < (sizeof (elf_msp430_howto_table)
711 / sizeof (elf_msp430_howto_table[0]));
713 if (elf_msp430_howto_table[i].name != NULL
714 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0)
715 return &elf_msp430_howto_table[i];
753 cache_ptr->howto = &elf_msp430_howto_table[r_type];
1451 howto = elf_msp430_howto_table + r_type;

Completed in 220 milliseconds