Searched refs:reloc_ext (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | coff64-rs6000.c | 2192 bfd_byte reloc_ext[RELSZ * 3]; local 2352 memset (reloc_ext, 0, 3 * RELSZ); 2417 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); 2448 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); 2478 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); 2496 bfd_bwrite (reloc_ext, data_scnhdr.s_nreloc * RELSZ, abfd);
|
| HD | coff-rs6000.c | 3679 bfd_byte reloc_ext[RELSZ * 3]; local 3802 memset (reloc_ext, 0, 3 * RELSZ); 3866 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]); 3902 &reloc_ext[scnhdr.s_nreloc * RELSZ]); 3928 &reloc_ext[scnhdr.s_nreloc * RELSZ]); 3942 bfd_bwrite (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd);
|