Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m32c.c45 static reloc_howto_type m32c_elf_howto_table [] = variable
269 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val]; in m32c_reloc_type_lookup()
280 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]); in m32c_reloc_name_lookup()
282 if (m32c_elf_howto_table[i].name != NULL in m32c_reloc_name_lookup()
283 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0) in m32c_reloc_name_lookup()
284 return &m32c_elf_howto_table[i]; in m32c_reloc_name_lookup()
301 cache_ptr->howto = & m32c_elf_howto_table [r_type]; in m32c_info_to_howto_rela()
389 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info); in m32c_elf_relocate_section()
524 m32c_elf_howto_table[ELF32_R_TYPE(rel->r_info)].name, in m32c_elf_relocate_section()
1024 return m32c_elf_howto_table[reloc].name; in m32c_get_reloc()
DChangeLog-20063278 * elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
DChangeLog-20073469 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
DChangeLog-20051291 * elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16,