Lines Matching refs:iq2000_elf_howto_table

31 static reloc_howto_type iq2000_elf_howto_table [] =  variable
350 return &iq2000_elf_howto_table[ (int) R_IQ2000_NONE]; in iq2000_reloc_type_lookup()
352 return &iq2000_elf_howto_table[ (int) R_IQ2000_16]; in iq2000_reloc_type_lookup()
354 return &iq2000_elf_howto_table[ (int) R_IQ2000_32]; in iq2000_reloc_type_lookup()
356 return &iq2000_elf_howto_table[ (int) R_IQ2000_26]; in iq2000_reloc_type_lookup()
358 return &iq2000_elf_howto_table[ (int) R_IQ2000_OFFSET_16]; in iq2000_reloc_type_lookup()
360 return &iq2000_elf_howto_table[ (int) R_IQ2000_OFFSET_21]; in iq2000_reloc_type_lookup()
362 return &iq2000_elf_howto_table[ (int) R_IQ2000_PC16]; in iq2000_reloc_type_lookup()
364 return &iq2000_elf_howto_table[ (int) R_IQ2000_HI16]; in iq2000_reloc_type_lookup()
366 return &iq2000_elf_howto_table[ (int) R_IQ2000_UHI16]; in iq2000_reloc_type_lookup()
368 return &iq2000_elf_howto_table[ (int) R_IQ2000_LO16]; in iq2000_reloc_type_lookup()
386 i < (sizeof (iq2000_elf_howto_table) in iq2000_reloc_name_lookup()
387 / sizeof (iq2000_elf_howto_table[0])); in iq2000_reloc_name_lookup()
389 if (iq2000_elf_howto_table[i].name != NULL in iq2000_reloc_name_lookup()
390 && strcasecmp (iq2000_elf_howto_table[i].name, r_name) == 0) in iq2000_reloc_name_lookup()
391 return &iq2000_elf_howto_table[i]; in iq2000_reloc_name_lookup()
438 cache_ptr->howto = & iq2000_elf_howto_table [r_type]; in iq2000_info_to_howto_rela()
599 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info); in iq2000_elf_relocate_section()