Home | History | Annotate | Download | only in bfd

Lines Matching defs:ppc_elf_howto_table

210 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
704 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
714 if (type >= ARRAY_SIZE (ppc_elf_howto_table))
716 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
727 if (!ppc_elf_howto_table[R_PPC_ADDR32])
867 return ppc_elf_howto_table[r];
894 if (!ppc_elf_howto_table[R_PPC_ADDR32])
898 if (r_type >= ARRAY_SIZE (ppc_elf_howto_table)
899 || ppc_elf_howto_table[r_type] == NULL)
908 cache_ptr->howto = ppc_elf_howto_table[r_type];
2863 ppc_elf_howto_table[r_type]->name);
2896 if (!ppc_elf_howto_table[R_PPC_ADDR32])
7023 if (!ppc_elf_howto_table[R_PPC_ADDR32])
7092 if (r_type < ARRAY_SIZE (ppc_elf_howto_table)
7093 && ppc_elf_howto_table[r_type] != NULL)
7094 _bfd_clear_contents (ppc_elf_howto_table[r_type],
7656 if (r_type < ARRAY_SIZE (ppc_elf_howto_table))
7657 howto = ppc_elf_howto_table[r_type];
8908 howto = ppc_elf_howto_table[r_type];
8929 howto = ppc_elf_howto_table[r_type];