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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c467 static reloc_howto_type elf64_alpha_howto_table[] =
1061 return &elf64_alpha_howto_table[i->elf_reloc_val];
1073 i < (sizeof (elf64_alpha_howto_table)
1074 / sizeof (elf64_alpha_howto_table[0]));
1076 if (elf64_alpha_howto_table[i].name != NULL
1077 && strcasecmp (elf64_alpha_howto_table[i].name, r_name) == 0)
1078 return &elf64_alpha_howto_table[i];
1091 cache_ptr->howto = &elf64_alpha_howto_table[r_type];
2939 reloc_howto_type *howto = elf64_alpha_howto_table + r_type;
4002 _bfd_clear_contents (elf64_alpha_howto_table
463 static reloc_howto_type elf64_alpha_howto_table[] = variable
[all...]

Completed in 184 milliseconds