Home | History | Annotate | Download | only in bfd

Lines Matching refs:opthdr

357       void * opthdr;
359 opthdr = bfd_alloc (abfd, aoutsz);
360 if (opthdr == NULL)
362 if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd)
365 bfd_release (abfd, opthdr);
368 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
369 bfd_release (abfd, opthdr);