Lines Matching refs:ar_hdr

153    Note that the pointers here point to the front of the ar_hdr, not
165 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
473 to the ar_hdr in the file). Moves the file pointer; on success it
489 struct ar_hdr hdr;
496 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
503 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
562 + sizeof (struct ar_hdr));
609 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
619 sizeof (struct ar_hdr));
1152 += (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1;
1202 struct ar_hdr hdr;
1229 the name in the ar_hdr is replaced by <space><index into filename
1626 struct ar_hdr *hdr = arch_hdr (current);
1696 struct ar_hdr *hdr = arch_hdr (current);
1717 current->origin - sizeof (struct ar_hdr));
1760 struct ar_hdr *hdr = arch_hdr (current);
1777 struct ar_hdr *hdr = arch_hdr (abfd);
1789 struct ar_hdr *hdr = arch_hdr (abfd);
1862 The filename field of the ar_hdr will NOT be initialized. If member
1870 struct ar_hdr *hdr;
1899 amt = sizeof (struct ar_hdr) + sizeof (struct areltdata);
1903 hdr = (struct ar_hdr *) (((char *) ared) + sizeof (struct areltdata));
1906 memset (hdr, ' ', sizeof (struct ar_hdr));
1953 struct ar_hdr *hdr;
2015 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2047 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2079 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2130 then construct a fresh ar_hdr for them. */
2187 struct ar_hdr hdr;
2189 memset (&hdr, ' ', sizeof (struct ar_hdr));
2196 if ((bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2197 != sizeof (struct ar_hdr))
2290 elength += sizeof (struct ar_hdr);
2451 struct ar_hdr hdr;
2454 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2471 + sizeof (struct ar_hdr));
2509 memset (&hdr, ' ', sizeof (struct ar_hdr));
2512 + offsetof (struct ar_hdr, ar_date[0]));
2520 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2521 != sizeof (struct ar_hdr))
2542 + sizeof (struct ar_hdr));
2600 struct ar_hdr hdr;
2630 + offsetof (struct ar_hdr, ar_date[0]));
2648 struct ar_hdr with name = '/'
2675 struct ar_hdr hdr;
2684 + sizeof (struct ar_hdr)
2707 archive_member_file_ptr += sizeof (struct ar_hdr);
2719 memset (&hdr, ' ', sizeof (struct ar_hdr));
2733 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2734 != sizeof (struct ar_hdr))
2768 archive_member_file_ptr += sizeof (struct ar_hdr);