Searched refs:elf_arc_howto_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arc.c57 static reloc_howto_type elf_arc_howto_table[] = variable
145 return elf_arc_howto_table + arc_reloc_map[i].elf_reloc_val;
157 i < sizeof (elf_arc_howto_table) / sizeof (elf_arc_howto_table[0]);
159 if (elf_arc_howto_table[i].name != NULL
160 && strcasecmp (elf_arc_howto_table[i].name, r_name) == 0)
161 return &elf_arc_howto_table[i];
177 cache_ptr->howto = &elf_arc_howto_table[r_type];

Completed in 160 milliseconds