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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i370.c37 static reloc_howto_type *i370_elf_howto_table[ (int)R_I370_max ]; variable
240 /* Initialize the i370_elf_howto_table, so that linear accesses can be done. */
250 BFD_ASSERT (type < sizeof (i370_elf_howto_table) / sizeof (i370_elf_howto_table[0]));
251 i370_elf_howto_table[type] = &i370_elf_howto_raw[i];
263 if (!i370_elf_howto_table[ R_I370_ADDR31 ]) /* Initialize howto table if needed */
279 return i370_elf_howto_table[ (int)i370_reloc ];
321 if (!i370_elf_howto_table[ R_I370_ADDR31 ]) /* Initialize howto table */
325 cache_ptr->howto = i370_elf_howto_table[ELF32_R_TYPE (dst->r_info)];
1172 if (!i370_elf_howto_table[ R_I370_ADDR3
[all...]

Completed in 69 milliseconds