Lines Matching refs:ar_hdr

148    Note that the pointers here point to the front of the ar_hdr, not
159 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
408 to the ar_hdr in the file). Moves the file pointer; on success it
424 struct ar_hdr hdr;
430 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
435 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
483 + sizeof (struct ar_hdr));
529 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
539 sizeof (struct ar_hdr));
1027 (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1;
1080 struct ar_hdr hdr;
1214 the name in the ar_hdr is replaced by <space><index into filename
1520 struct ar_hdr *hdr = arch_hdr (current);
1590 struct ar_hdr *hdr = arch_hdr (current);
1613 current->origin - sizeof (struct ar_hdr));
1663 struct ar_hdr *hdr = arch_hdr (current);
1680 struct ar_hdr *hdr = arch_hdr (abfd);
1692 struct ar_hdr *hdr = arch_hdr (abfd);
1757 The filename field of the ar_hdr will NOT be initialized. If member
1765 struct ar_hdr *hdr;
1794 amt = sizeof (struct ar_hdr) + sizeof (struct areltdata);
1798 hdr = (struct ar_hdr *) (((char *) ared) + sizeof (struct areltdata));
1801 memset (hdr, ' ', sizeof (struct ar_hdr));
1839 struct ar_hdr *hdr;
1899 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
1931 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
1963 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2007 then construct a fresh ar_hdr for them. */
2062 struct ar_hdr hdr;
2064 memset (&hdr, ' ', sizeof (struct ar_hdr));
2070 if ((bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2071 != sizeof (struct ar_hdr))
2167 elength += sizeof (struct ar_hdr);
2313 struct ar_hdr hdr;
2316 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2337 memset (&hdr, ' ', sizeof (struct ar_hdr));
2340 + offsetof (struct ar_hdr, ar_date[0]));
2347 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2348 != sizeof (struct ar_hdr))
2365 + sizeof (struct ar_hdr));
2413 struct ar_hdr hdr;
2443 + offsetof (struct ar_hdr, ar_date[0]));
2461 struct ar_hdr with name = '/'
2487 struct ar_hdr hdr;
2496 + sizeof (struct ar_hdr)
2499 memset (&hdr, ' ', sizeof (struct ar_hdr));
2513 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2514 != sizeof (struct ar_hdr))
2539 archive_member_file_ptr += sizeof (struct ar_hdr);