Lines Matching refs:ar_hdr

153    Note that the pointers here point to the front of the ar_hdr, not
168 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
476 to the ar_hdr in the file). Moves the file pointer; on success it
492 struct ar_hdr hdr;
499 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
506 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
565 + sizeof (struct ar_hdr));
612 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
622 sizeof (struct ar_hdr));
1176 += (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1;
1226 struct ar_hdr hdr;
1253 the name in the ar_hdr is replaced by <space><index into filename
1650 struct ar_hdr *hdr = arch_hdr (current);
1720 struct ar_hdr *hdr = arch_hdr (current);
1741 current->origin - sizeof (struct ar_hdr));
1784 struct ar_hdr *hdr = arch_hdr (current);
1801 struct ar_hdr *hdr = arch_hdr (abfd);
1813 struct ar_hdr *hdr = arch_hdr (abfd);
1878 The filename field of the ar_hdr will NOT be initialized. If member
1886 struct ar_hdr *hdr;
1915 amt = sizeof (struct ar_hdr) + sizeof (struct areltdata);
1919 hdr = (struct ar_hdr *) (((char *) ared) + sizeof (struct areltdata));
1922 memset (hdr, ' ', sizeof (struct ar_hdr));
1969 struct ar_hdr *hdr;
2031 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2063 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2095 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2146 then construct a fresh ar_hdr for them. */
2203 struct ar_hdr hdr;
2205 memset (&hdr, ' ', sizeof (struct ar_hdr));
2212 if ((bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2213 != sizeof (struct ar_hdr))
2230 struct ar_hdr *hdr = arch_hdr (current);
2317 elength += sizeof (struct ar_hdr);
2479 struct ar_hdr hdr;
2482 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2499 + sizeof (struct ar_hdr));
2537 memset (&hdr, ' ', sizeof (struct ar_hdr));
2540 + offsetof (struct ar_hdr, ar_date[0]));
2548 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2549 != sizeof (struct ar_hdr))
2571 firstreal += size + sizeof (struct ar_hdr);
2577 + sizeof (struct ar_hdr));
2636 struct ar_hdr hdr;
2666 + offsetof (struct ar_hdr, ar_date[0]));
2684 struct ar_hdr with name = '/'
2711 struct ar_hdr hdr;
2720 + sizeof (struct ar_hdr)
2743 archive_member_file_ptr += sizeof (struct ar_hdr);
2755 memset (&hdr, ' ', sizeof (struct ar_hdr));
2769 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
2770 != sizeof (struct ar_hdr))
2804 archive_member_file_ptr += sizeof (struct ar_hdr);