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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf64-ppc.c209 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
1876 /* Initialize the ppc64_elf_howto_table, so that linear accesses can
1889 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table)
1890 / sizeof (ppc64_elf_howto_table[0])));
1891 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
1901 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2114 return ppc64_elf_howto_table[r];
2142 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2146 if (type >= (sizeof (ppc64_elf_howto_table)
2147 / sizeof (ppc64_elf_howto_table[
208 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max]; variable
[all...]

Completed in 63 milliseconds