Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c2088 bfd_byte reloc_ext[RELSZ * 3]; in xcoff64_generate_rtinit() local
2251 memset (reloc_ext, 0, 3 * RELSZ); in xcoff64_generate_rtinit()
2316 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff64_generate_rtinit()
2347 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2377 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2396 || (bfd_write (reloc_ext, data_scnhdr.s_nreloc * RELSZ, abfd) in xcoff64_generate_rtinit()
H A Dcoff-rs6000.c4106 bfd_byte reloc_ext[RELSZ * 3]; in xcoff_generate_rtinit() local
4232 memset (reloc_ext, 0, 3 * RELSZ); in xcoff_generate_rtinit()
4296 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff_generate_rtinit()
4332 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
4358 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
4373 || (bfd_write (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd) in xcoff_generate_rtinit()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c2095 bfd_byte reloc_ext[RELSZ * 3]; in xcoff64_generate_rtinit() local
2255 memset (reloc_ext, 0, 3 * RELSZ); in xcoff64_generate_rtinit()
2320 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff64_generate_rtinit()
2351 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2381 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2399 bfd_bwrite (reloc_ext, data_scnhdr.s_nreloc * RELSZ, abfd); in xcoff64_generate_rtinit()
H A Dcoff-rs6000.c4022 bfd_byte reloc_ext[RELSZ * 3]; in xcoff_generate_rtinit() local
4145 memset (reloc_ext, 0, 3 * RELSZ); in xcoff_generate_rtinit()
4209 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff_generate_rtinit()
4245 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
4271 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
4285 bfd_bwrite (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd); in xcoff_generate_rtinit()