Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoff64-rs6000.c2192 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);
HDcoff-rs6000.c3679 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);