Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-msp430.c73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 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()
H A DChangeLog-20154031 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
H A DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.
H A DChangeLog-2020725 (elf_msp430_howto_table): Add R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-msp430.c73 static reloc_howto_type elf_msp430_howto_table[] = variable
688 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()
H A DChangeLog-20154031 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
H A DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.
H A DChangeLog-2020725 (elf_msp430_howto_table): Add R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20154031 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
H A DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.
H A DChangeLog-2020725 (elf_msp430_howto_table): Add R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.