Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c345 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
1593 if (type >= (sizeof (ppc_elf_howto_table) in ppc_elf_howto_init()
1594 / sizeof (ppc_elf_howto_table[0]))) in ppc_elf_howto_init()
1596 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i]; in ppc_elf_howto_init()
1987 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_reloc_type_lookup()
2078 return ppc_elf_howto_table[r]; in ppc_elf_reloc_type_lookup()
2089 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_info_to_howto()
2093 cache_ptr->howto = ppc_elf_howto_table[ELF32_R_TYPE (dst->r_info)]; in ppc_elf_info_to_howto()
3513 ppc_elf_howto_table[r_type]->name); in bad_shared_reloc()
3544 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_check_relocs()
[all …]
H A DChangeLog-94953315 (ppc_elf_howto_raw): Rename from ppc_elf_howto_table.
3316 (ppc_elf_howto_table): New array that maps PowerPC relocation
3319 (ppc_elf_howto_init): Initialize ppc_elf_howto_table from
H A DChangeLog-02032470 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c159 static reloc_howto_type *ppc_elf_howto_table[R_PPC_max]; variable
1468 if (type >= (sizeof (ppc_elf_howto_table) in ppc_elf_howto_init()
1469 / sizeof (ppc_elf_howto_table[0]))) in ppc_elf_howto_init()
1471 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i]; in ppc_elf_howto_init()
1482 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_reloc_type_lookup()
1577 return ppc_elf_howto_table[r]; in ppc_elf_reloc_type_lookup()
1588 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_info_to_howto()
1592 cache_ptr->howto = ppc_elf_howto_table[ELF32_R_TYPE (dst->r_info)]; in ppc_elf_info_to_howto()
2949 ppc_elf_howto_table[r_type]->name); in bad_shared_reloc()
2988 if (!ppc_elf_howto_table[R_PPC_ADDR32]) in ppc_elf_check_relocs()
[all …]
H A DChangeLog-94953315 (ppc_elf_howto_raw): Rename from ppc_elf_howto_table.
3316 (ppc_elf_howto_table): New array that maps PowerPC relocation
3319 (ppc_elf_howto_init): Initialize ppc_elf_howto_table from
H A DChangeLog-02032470 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.