Searched refs:elf_msp430_howto_table (Results 1 – 12 of 12) sorted by relevance
73 static reloc_howto_type elf_msp430_howto_table[] = variable688 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()710 i < (sizeof (elf_msp430_howto_table) in bfd_elf32_bfd_reloc_name_lookup()711 / sizeof (elf_msp430_howto_table[0])); in bfd_elf32_bfd_reloc_name_lookup()713 if (elf_msp430_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()714 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()715 return &elf_msp430_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()753 cache_ptr->howto = &elf_msp430_howto_table[r_type]; in msp430_info_to_howto_rela()1451 howto = elf_msp430_howto_table + r_type; in elf32_msp430_relocate_section()
4031 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
1612 (elf_msp430_howto_table): Add new relocation entries.
725 (elf_msp430_howto_table): Add R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.