Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-rl78.c38 static reloc_howto_type rl78_elf_howto_table [] = variable
247 return rl78_elf_howto_table + R_RL78_DIR32; in rl78_reloc_type_lookup()
251 return rl78_elf_howto_table + rl78_reloc_map[i].rl78_reloc_val; in rl78_reloc_type_lookup()
261 for (i = 0; i < ARRAY_SIZE (rl78_elf_howto_table); i++) in rl78_reloc_name_lookup()
262 if (rl78_elf_howto_table[i].name != NULL in rl78_reloc_name_lookup()
263 && strcasecmp (rl78_elf_howto_table[i].name, r_name) == 0) in rl78_reloc_name_lookup()
264 return rl78_elf_howto_table + i; in rl78_reloc_name_lookup()
280 cache_ptr->howto = rl78_elf_howto_table + r_type; in rl78_info_to_howto_rela()
445 howto = rl78_elf_howto_table + ELF32_R_TYPE (rel->r_info); in rl78_elf_relocate_section()
DChangeLog-201121 * elf32-rl78.c (rl78_elf_howto_table): Add R_RL78_RH_RELAX.