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));
1173 += (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1;
1223 struct ar_hdr hdr;
1250 the name in the ar_hdr is replaced by <space><index into filename
1647 struct ar_hdr *hdr = arch_hdr (current);
1717 struct ar_hdr *hdr = arch_hdr (current);
1738 current->origin - sizeof (struct ar_hdr));
1781 struct ar_hdr *hdr = arch_hdr (current);
1798 struct ar_hdr *hdr = arch_hdr (abfd);
1810 struct ar_hdr *hdr = arch_hdr (abfd);
1875 The filename field of the ar_hdr will NOT be initialized. If member
1883 struct ar_hdr *hdr;
1912 amt = sizeof (struct ar_hdr) + sizeof (struct areltdata);
1916 hdr = (struct ar_hdr *) (((char *) ared) + sizeof (struct areltdata));
1919 memset (hdr, ' ', sizeof (struct ar_hdr));
1966 struct ar_hdr *hdr;
2028 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2060 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2092 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2143 then construct a fresh ar_hdr for them. */
2200 struct ar_hdr hdr;
2202 memset (&hdr, ' ', sizeof (struct ar_hdr));
2209 if ((bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2210 != sizeof (struct ar_hdr))
2303 elength += sizeof (struct ar_hdr);
2465 struct ar_hdr hdr;
2468 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2485 + sizeof (struct ar_hdr));
2523 memset (&hdr, ' ', sizeof (struct ar_hdr));
2526 + offsetof (struct ar_hdr, ar_date[0]));
2534 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2535 != sizeof (struct ar_hdr))
2556 + sizeof (struct ar_hdr));
2614 struct ar_hdr hdr;
2644 + offsetof (struct ar_hdr, ar_date[0]));
2662 struct ar_hdr with name = '/'
2689 struct ar_hdr hdr;
2698 + sizeof (struct ar_hdr)
2721 archive_member_file_ptr += sizeof (struct ar_hdr);
2733 memset (&hdr, ' ', sizeof (struct ar_hdr));
2747 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2748 != sizeof (struct ar_hdr))
2782 archive_member_file_ptr += sizeof (struct ar_hdr);