Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Driscix.c175 static reloc_howto_type riscix_std_reloc_howto[] = variable
192 (sizeof (riscix_std_reloc_howto) / sizeof (reloc_howto_type))
246 reloc_entry->howto = &riscix_std_reloc_howto[7]; in riscix_fix_pcrel_26()
254 #define ASTD(i,j) case i: return &riscix_std_reloc_howto[j] in riscix_reloc_type_lookup()
285 i < sizeof (riscix_std_reloc_howto) / sizeof (riscix_std_reloc_howto[0]); in riscix_reloc_name_lookup()
287 if (riscix_std_reloc_howto[i].name != NULL in riscix_reloc_name_lookup()
288 && strcasecmp (riscix_std_reloc_howto[i].name, r_name) == 0) in riscix_reloc_name_lookup()
289 return &riscix_std_reloc_howto[i]; in riscix_reloc_name_lookup()
473 tblptr->howto = &riscix_std_reloc_howto[c]; in MY()