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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c178 static reloc_howto_type _bfd_sparc_elf_howto_table[] = variable
379 return (_bfd_sparc_elf_howto_table
394 i < (sizeof (_bfd_sparc_elf_howto_table)
395 / sizeof (_bfd_sparc_elf_howto_table[0]));
397 if (_bfd_sparc_elf_howto_table[i].name != NULL
398 && strcasecmp (_bfd_sparc_elf_howto_table[i].name, r_name) == 0)
399 return &_bfd_sparc_elf_howto_table[i];
432 return &_bfd_sparc_elf_howto_table[r_type];
1412 && (! _bfd_sparc_elf_howto_table[r_type].pc_relative
1507 if (_bfd_sparc_elf_howto_table[r_typ
[all...]

Completed in 63 milliseconds