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

/haiku-buildtools/binutils/bfd/
H A Dcoff-mcore.c61 static reloc_howto_type mcore_coff_howto_table[] =
261 case bfd_rtype: return & mcore_coff_howto_table [mcore_rtype]
283 #define NUM_HOWTOS NUM_ELEM (mcore_coff_howto_table)
292 if (mcore_coff_howto_table[i].name != NULL
293 && strcasecmp (mcore_coff_howto_table[i].name, r_name) == 0)
294 return &mcore_coff_howto_table[i];
302 ? mcore_coff_howto_table + (dst)->r_type \
318 howto = mcore_coff_howto_table + rel->r_type;
59 static reloc_howto_type mcore_coff_howto_table[] = variable
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-mcore.c73 static reloc_howto_type mcore_coff_howto_table[] =
271 case bfd_rtype: return & mcore_coff_howto_table [mcore_rtype]
296 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
309 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
312 howto = mcore_coff_howto_table + rel->r_type;
71 static reloc_howto_type mcore_coff_howto_table[] = variable

Completed in 73 milliseconds