Home | History | Annotate | Download | only in bfd

Lines Matching full:ar_header

6104   struct ar_hdr ar_header;
6129 if (bfd_bread ((void *) &ar_header, amt, abfd) != amt)
6132 if (strncmp (ar_header.ar_fmag, ARFMAG, 2))
6140 parsed_size = strtol (ar_header.ar_size, NULL, 10);