Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-mcore.c106 static reloc_howto_type * mcore_elf_howto_table [(int) R_MCORE_max]; variable
285 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table)); in mcore_elf_howto_init()
287 mcore_elf_howto_table [type] = & mcore_elf_howto_raw [i]; in mcore_elf_howto_init()
313 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) in mcore_elf_reloc_type_lookup()
317 return mcore_elf_howto_table [(int) mcore_reloc]; in mcore_elf_reloc_type_lookup()
327 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) in mcore_elf_info_to_howto()
333 cache_ptr->howto = mcore_elf_howto_table [ELF32_R_TYPE (dst->r_info)]; in mcore_elf_info_to_howto()
393 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */ in mcore_elf_relocate_section()
412 || ! mcore_elf_howto_table [(int)r_type]) in mcore_elf_relocate_section()
422 howto = mcore_elf_howto_table [(int) r_type]; in mcore_elf_relocate_section()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-mcore.c59 static reloc_howto_type * mcore_elf_howto_table [(int) R_MCORE_max]; variable
238 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table)); in mcore_elf_howto_init()
240 mcore_elf_howto_table [type] = & mcore_elf_howto_raw [i]; in mcore_elf_howto_init()
267 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
270 return mcore_elf_howto_table [(int) mcore_reloc];
280 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
285 cache_ptr->howto = mcore_elf_howto_table [ELF32_R_TYPE (dst->r_info)];
420 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
439 || ! mcore_elf_howto_table [(int)r_type])
450 howto = mcore_elf_howto_table [(int) r_type];