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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c161 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
1459 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
1471 if (type >= (sizeof (ppc_elf_howto_table)
1472 / sizeof (ppc_elf_howto_table[0])))
1474 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
1485 if (!ppc_elf_howto_table[R_PPC_ADDR32])
1580 return ppc_elf_howto_table[r];
1607 if (!ppc_elf_howto_table[R_PPC_ADDR32])
1611 cache_ptr->howto = ppc_elf_howto_table[ELF32_R_TYPE (dst->r_info)];
1621 cache_ptr->howto = ppc_elf_howto_table[R_PPC_NON
160 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
[all...]

Completed in 111 milliseconds