Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-mcore.c71 static reloc_howto_type mcore_coff_howto_table[] = variable
265 case bfd_rtype: return & mcore_coff_howto_table [mcore_rtype]
290 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
303 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
306 howto = mcore_coff_howto_table + rel->r_type;
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-mcore.c74 static reloc_howto_type mcore_coff_howto_table[] = variable
297 case bfd_rtype: return & mcore_coff_howto_table [mcore_rtype]
322 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
335 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
338 howto = mcore_coff_howto_table + rel->r_type;