Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-msp430.c29 static reloc_howto_type elf_msp430_howto_table[] = variable
574 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
596 i < (sizeof (elf_msp430_howto_table) in bfd_elf32_bfd_reloc_name_lookup()
597 / sizeof (elf_msp430_howto_table[0])); in bfd_elf32_bfd_reloc_name_lookup()
599 if (elf_msp430_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()
600 && strcasecmp (elf_msp430_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()
601 return &elf_msp430_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()
626 cache_ptr->howto = &elf_msp430_howto_table[r_type]; in msp430_info_to_howto_rela()
1261 howto = elf_msp430_howto_table + r_type; in elf32_msp430_relocate_section()
DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.