Searched refs:ppc_elf_howto_table (Results 1 – 10 of 10) sorted by relevance
205 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable710 if (type >= (sizeof (ppc_elf_howto_table) in ppc_elf_howto_init()711 / sizeof (ppc_elf_howto_table[0]))) in ppc_elf_howto_init()713 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i]; in ppc_elf_howto_init()724 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_reloc_type_lookup()864 return ppc_elf_howto_table[r]; in ppc_elf_reloc_type_lookup()893 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_info_to_howto()906 cache_ptr->howto = ppc_elf_howto_table[r_type]; in ppc_elf_info_to_howto()2875 ppc_elf_howto_table[r_type]->name); in bad_shared_reloc()2908 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_check_relocs()[all …]
3315 (ppc_elf_howto_raw): Rename from ppc_elf_howto_table.3316 (ppc_elf_howto_table): New array that maps PowerPC relocation3319 (ppc_elf_howto_init): Initialize ppc_elf_howto_table from
2470 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
205 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable710 if (type >= (sizeof (ppc_elf_howto_table) in ppc_elf_howto_init()711 / sizeof (ppc_elf_howto_table[0]))) in ppc_elf_howto_init()713 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i]; in ppc_elf_howto_init()724 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_reloc_type_lookup()864 return ppc_elf_howto_table[r]; in ppc_elf_reloc_type_lookup()893 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_info_to_howto()906 cache_ptr->howto = ppc_elf_howto_table[r_type]; in ppc_elf_info_to_howto()2871 ppc_elf_howto_table[r_type]->name); in bad_shared_reloc()2904 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_check_relocs()[all …]