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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i370.c261 enum i370_reloc_type i370_reloc = R_I370_NONE;
271 case BFD_RELOC_NONE: i370_reloc = R_I370_NONE; break;
272 case BFD_RELOC_32: i370_reloc = R_I370_ADDR31; break;
273 case BFD_RELOC_16: i370_reloc = R_I370_ADDR16; break;
274 case BFD_RELOC_32_PCREL: i370_reloc = R_I370_REL31; break;
275 case BFD_RELOC_CTOR: i370_reloc = R_I370_ADDR31; break;
276 case BFD_RELOC_I370_D12: i370_reloc = R_I370_ADDR12; break;
279 return i370_elf_howto_table[ (int)i370_reloc ];
258 enum i370_reloc_type i370_reloc = R_I370_NONE; local

Completed in 70 milliseconds