Lines Matching refs:epiphany_elf_howto_table

48 static reloc_howto_type epiphany_elf_howto_table [] =  variable
118 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_NONE]; in epiphany_reloc_type_lookup()
121 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_SIMM8]; in epiphany_reloc_type_lookup()
123 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_SIMM24]; in epiphany_reloc_type_lookup()
126 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_8_PCREL]; in epiphany_reloc_type_lookup()
128 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_16_PCREL]; in epiphany_reloc_type_lookup()
130 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_32_PCREL]; in epiphany_reloc_type_lookup()
133 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_8]; in epiphany_reloc_type_lookup()
135 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_16]; in epiphany_reloc_type_lookup()
137 return &epiphany_elf_howto_table[ (int) R_EPIPHANY_32]; in epiphany_reloc_type_lookup()
140 return & epiphany_elf_howto_table[ (int) R_EPIPHANY_HIGH]; in epiphany_reloc_type_lookup()
142 return & epiphany_elf_howto_table[ (int) R_EPIPHANY_LOW]; in epiphany_reloc_type_lookup()
145 return & epiphany_elf_howto_table[ (int) R_EPIPHANY_SIMM11]; in epiphany_reloc_type_lookup()
147 return & epiphany_elf_howto_table[ (int) R_EPIPHANY_IMM11]; in epiphany_reloc_type_lookup()
150 return & epiphany_elf_howto_table[ (int) R_EPIPHANY_IMM8]; in epiphany_reloc_type_lookup()
164 for (i = 0; i < ARRAY_SIZE (epiphany_elf_howto_table); i++) in epiphany_reloc_name_lookup()
165 if (epiphany_elf_howto_table[i].name != NULL in epiphany_reloc_name_lookup()
166 && strcasecmp (epiphany_elf_howto_table[i].name, r_name) == 0) in epiphany_reloc_name_lookup()
167 return &epiphany_elf_howto_table[i]; in epiphany_reloc_name_lookup()
373 cache_ptr->howto = & epiphany_elf_howto_table [r_type]; in epiphany_info_to_howto_rela()
498 howto = epiphany_elf_howto_table + ELF32_R_TYPE (rel->r_info); in epiphany_elf_relocate_section()