Searched refs:reloc_ext (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff64-rs6000.c | 2174 bfd_byte reloc_ext[RELSZ * 3]; in xcoff64_generate_rtinit() local 2334 memset (reloc_ext, 0, 3 * RELSZ); in xcoff64_generate_rtinit() 2399 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff64_generate_rtinit() 2430 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit() 2460 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit() 2478 bfd_bwrite (reloc_ext, data_scnhdr.s_nreloc * RELSZ, abfd); in xcoff64_generate_rtinit()
|
D | coff-rs6000.c | 3650 bfd_byte reloc_ext[RELSZ * 3]; in xcoff_generate_rtinit() local 3773 memset (reloc_ext, 0, 3 * RELSZ); in xcoff_generate_rtinit() 3837 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); in xcoff_generate_rtinit() 3873 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit() 3899 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit() 3913 bfd_bwrite (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd); in xcoff_generate_rtinit()
|