Home | History | Annotate | Download | only in bfd

Lines Matching refs:scnhdr_ext

3621   bfd_byte scnhdr_ext[SCNHSZ];
3658 memset (scnhdr_ext, 0, SCNHSZ);
3883 bfd_coff_swap_scnhdr_out (abfd, &scnhdr, scnhdr_ext);
3884 bfd_bwrite (scnhdr_ext, SCNHSZ, abfd);