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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ppc.c207 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
701 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
713 if (type >= (sizeof (ppc_elf_howto_table)
714 / sizeof (ppc_elf_howto_table[0])))
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];
896 if (!ppc_elf_howto_table[R_PPC_ADDR32])
909 cache_ptr->howto = ppc_elf_howto_table[r_type];
2868 ppc_elf_howto_table[r_typ
206 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c206 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
700 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
712 if (type >= (sizeof (ppc_elf_howto_table)
713 / sizeof (ppc_elf_howto_table[0])))
715 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
726 if (!ppc_elf_howto_table[R_PPC_ADDR32])
866 return ppc_elf_howto_table[r];
895 if (!ppc_elf_howto_table[R_PPC_ADDR32])
908 cache_ptr->howto = ppc_elf_howto_table[r_type];
2882 ppc_elf_howto_table[r_typ
205 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c206 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
700 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
712 if (type >= (sizeof (ppc_elf_howto_table)
713 / sizeof (ppc_elf_howto_table[0])))
715 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
726 if (!ppc_elf_howto_table[R_PPC_ADDR32])
866 return ppc_elf_howto_table[r];
895 if (!ppc_elf_howto_table[R_PPC_ADDR32])
908 cache_ptr->howto = ppc_elf_howto_table[r_type];
2882 ppc_elf_howto_table[r_typ
205 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c206 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
700 /* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
712 if (type >= (sizeof (ppc_elf_howto_table)
713 / sizeof (ppc_elf_howto_table[0])))
715 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
726 if (!ppc_elf_howto_table[R_PPC_ADDR32])
866 return ppc_elf_howto_table[r];
895 if (!ppc_elf_howto_table[R_PPC_ADDR32])
908 cache_ptr->howto = ppc_elf_howto_table[r_type];
2882 ppc_elf_howto_table[r_typ
205 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
[all...]

Completed in 240 milliseconds