Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-rl78.c204 struct rl78_reloc_map struct
210 static const struct rl78_reloc_map rl78_reloc_map [] = argument
249 for (i = ARRAY_SIZE (rl78_reloc_map); --i;) in rl78_reloc_type_lookup()
250 if (rl78_reloc_map [i].bfd_reloc_val == code) in rl78_reloc_type_lookup()
251 return rl78_elf_howto_table + rl78_reloc_map[i].rl78_reloc_val; in rl78_reloc_type_lookup()
DChangeLog-201122 (rl78_reloc_map): Add BFD_RELOC_RL78_RELAX.