Lines Matching refs:ip2k_elf_howto_table

127 static reloc_howto_type ip2k_elf_howto_table [] =  variable
190 return &ip2k_elf_howto_table[ (int) R_IP2K_NONE]; in ip2k_reloc_type_lookup()
192 return &ip2k_elf_howto_table[ (int) R_IP2K_16]; in ip2k_reloc_type_lookup()
194 return &ip2k_elf_howto_table[ (int) R_IP2K_32]; in ip2k_reloc_type_lookup()
196 return &ip2k_elf_howto_table[ (int) R_IP2K_FR9]; in ip2k_reloc_type_lookup()
198 return &ip2k_elf_howto_table[ (int) R_IP2K_BANK]; in ip2k_reloc_type_lookup()
200 return &ip2k_elf_howto_table[ (int) R_IP2K_ADDR16CJP]; in ip2k_reloc_type_lookup()
202 return &ip2k_elf_howto_table[ (int) R_IP2K_PAGE3]; in ip2k_reloc_type_lookup()
204 return &ip2k_elf_howto_table[ (int) R_IP2K_LO8DATA]; in ip2k_reloc_type_lookup()
206 return &ip2k_elf_howto_table[ (int) R_IP2K_HI8DATA]; in ip2k_reloc_type_lookup()
208 return &ip2k_elf_howto_table[ (int) R_IP2K_LO8INSN]; in ip2k_reloc_type_lookup()
210 return &ip2k_elf_howto_table[ (int) R_IP2K_HI8INSN]; in ip2k_reloc_type_lookup()
212 return &ip2k_elf_howto_table[ (int) R_IP2K_PC_SKIP]; in ip2k_reloc_type_lookup()
214 return &ip2k_elf_howto_table[ (int) R_IP2K_TEXT]; in ip2k_reloc_type_lookup()
216 return &ip2k_elf_howto_table[ (int) R_IP2K_FR_OFFSET]; in ip2k_reloc_type_lookup()
218 return &ip2k_elf_howto_table[ (int) R_IP2K_EX8DATA]; in ip2k_reloc_type_lookup()
1252 cache_ptr->howto = & ip2k_elf_howto_table [r_type]; in ip2k_info_to_howto_rela()
1340 howto = &ip2k_elf_howto_table[ (int) R_IP2K_TEXT]; in ip2k_final_link_relocate()
1424 howto = ip2k_elf_howto_table + ELF32_R_TYPE (rel->r_info); in ip2k_elf_relocate_section()