Home | History | Annotate | Download | only in bfd

Lines Matching full:opthdr

1335       void * opthdr;
1341 opthdr = bfd_zalloc (abfd, amt);
1342 if (opthdr == NULL)
1344 if (bfd_bread (opthdr, opt_hdr_size, abfd)
1348 bfd_coff_swap_aouthdr_in (abfd, opthdr, & internal_a);