Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-i370.c247 enum i370_reloc_type i370_reloc = R_I370_NONE; in i370_elf_reloc_type_lookup() local
258 case BFD_RELOC_NONE: i370_reloc = R_I370_NONE; break; in i370_elf_reloc_type_lookup()
259 case BFD_RELOC_32: i370_reloc = R_I370_ADDR31; break; in i370_elf_reloc_type_lookup()
260 case BFD_RELOC_16: i370_reloc = R_I370_ADDR16; break; in i370_elf_reloc_type_lookup()
261 case BFD_RELOC_32_PCREL: i370_reloc = R_I370_REL31; break; in i370_elf_reloc_type_lookup()
262 case BFD_RELOC_CTOR: i370_reloc = R_I370_ADDR31; break; in i370_elf_reloc_type_lookup()
263 case BFD_RELOC_I370_D12: i370_reloc = R_I370_ADDR12; break; in i370_elf_reloc_type_lookup()
266 return i370_elf_howto_table[ (int)i370_reloc ]; in i370_elf_reloc_type_lookup()