Home
last modified time | relevance | path

Searched refs:ppc64_elf_howto_table (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c187 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max]; variable
1866 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table) in ppc_howto_init()
1867 / sizeof (ppc64_elf_howto_table[0]))); in ppc_howto_init()
1868 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i]; in ppc_howto_init()
1878 if (!ppc64_elf_howto_table[R_PPC64_ADDR32]) in ppc64_elf_reloc_type_lookup()
2091 return ppc64_elf_howto_table[r]; in ppc64_elf_reloc_type_lookup()
2103 if (!ppc64_elf_howto_table[R_PPC64_ADDR32]) in ppc64_elf_info_to_howto()
2107 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table) in ppc64_elf_info_to_howto()
2108 / sizeof (ppc64_elf_howto_table[0]))); in ppc64_elf_info_to_howto()
2109 cache_ptr->howto = ppc64_elf_howto_table[type]; in ppc64_elf_info_to_howto()
[all …]
H A DChangeLog-02037580 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c202 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max]; variable
1941 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table) in ppc_howto_init()
1942 / sizeof (ppc64_elf_howto_table[0]))); in ppc_howto_init()
1943 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i]; in ppc_howto_init()
1953 if (!ppc64_elf_howto_table[R_PPC64_ADDR32]) in ppc64_elf_reloc_type_lookup()
2166 return ppc64_elf_howto_table[r]; in ppc64_elf_reloc_type_lookup()
2178 if (!ppc64_elf_howto_table[R_PPC64_ADDR32]) in ppc64_elf_info_to_howto()
2182 if (type >= (sizeof (ppc64_elf_howto_table) in ppc64_elf_info_to_howto()
2183 / sizeof (ppc64_elf_howto_table[0]))) in ppc64_elf_info_to_howto()
2189 cache_ptr->howto = ppc64_elf_howto_table[type]; in ppc64_elf_info_to_howto()
[all …]
H A DChangeLog-02037580 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in