Home
last modified time | relevance | path

Searched refs:elf_msp430x_howto_table (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-msp430.c196 static reloc_howto_type elf_msp430x_howto_table[] = variable
568 return elf_msp430x_howto_table + msp430x_reloc_map[i].elf_reloc_val; in bfd_elf32_bfd_reloc_type_lookup()
588 for (i = ARRAY_SIZE (elf_msp430x_howto_table); i--;) in bfd_elf32_bfd_reloc_name_lookup()
589 if (elf_msp430x_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()
590 && strcasecmp (elf_msp430x_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()
591 return elf_msp430x_howto_table + i; in bfd_elf32_bfd_reloc_name_lookup()
621 cache_ptr->howto = elf_msp430x_howto_table + r_type; in msp430_info_to_howto_rela()
1259 howto = elf_msp430x_howto_table + r_type; in elf32_msp430_relocate_section()