Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-msp430.c66 static reloc_howto_type elf_msp430_howto_table[] = variable
201 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val];
218 cache_ptr->howto = &elf_msp430_howto_table[r_type];
443 howto = elf_msp430_howto_table + ELF32_R_TYPE (rel->r_info);
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-msp430.c31 static reloc_howto_type elf_msp430_howto_table[] = variable
197 return &elf_msp430_howto_table[msp430_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
213 cache_ptr->howto = &elf_msp430_howto_table[r_type]; in msp430_info_to_howto_rela()
461 howto = elf_msp430_howto_table + ELF32_R_TYPE (rel->r_info); in elf32_msp430_relocate_section()
H A DChangeLog-20041612 (elf_msp430_howto_table): Add new relocation entries.