Lines Matching refs:ar_hdr

184    Note that the pointers here point to the front of the ar_hdr, not
199 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
496 to the ar_hdr in the file). Moves the file pointer; on success it
512 struct ar_hdr hdr;
519 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
526 if (bfd_read (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
585 + sizeof (struct ar_hdr));
632 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
642 sizeof (struct ar_hdr));
1189 += (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1;
1239 struct ar_hdr hdr;
1266 the name in the ar_hdr is replaced by <space><index into filename
1663 struct ar_hdr *hdr = arch_hdr (current);
1733 struct ar_hdr *hdr = arch_hdr (current);
1754 current->origin - sizeof (struct ar_hdr));
1797 struct ar_hdr *hdr = arch_hdr (current);
1814 struct ar_hdr *hdr = arch_hdr (abfd);
1826 struct ar_hdr *hdr = arch_hdr (abfd);
1891 The filename field of the ar_hdr will NOT be initialized. If member
1899 struct ar_hdr *hdr;
1937 amt = sizeof (struct ar_hdr) + sizeof (struct areltdata);
1941 hdr = (struct ar_hdr *) (((char *) ared) + sizeof (struct areltdata));
1944 memset (hdr, ' ', sizeof (struct ar_hdr));
1991 struct ar_hdr *hdr;
2053 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2085 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2117 struct ar_hdr *hdr = (struct ar_hdr *) arhdr;
2169 then construct a fresh ar_hdr for them. */
2226 struct ar_hdr hdr;
2228 memset (&hdr, ' ', sizeof (struct ar_hdr));
2235 if ((bfd_write (&hdr, sizeof (struct ar_hdr), arch)
2236 != sizeof (struct ar_hdr))
2260 struct ar_hdr *hdr = arch_hdr (current);
2350 elength += sizeof (struct ar_hdr);
2512 struct ar_hdr hdr;
2515 first = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2532 + sizeof (struct ar_hdr));
2575 memset (&hdr, ' ', sizeof (struct ar_hdr));
2578 + offsetof (struct ar_hdr, ar_date[0]));
2586 if (bfd_write (&hdr, sizeof (struct ar_hdr), arch)
2587 != sizeof (struct ar_hdr))
2609 firstreal += size + sizeof (struct ar_hdr);
2615 + sizeof (struct ar_hdr));
2675 struct ar_hdr hdr;
2712 + offsetof (struct ar_hdr, ar_date[0]));
2730 struct ar_hdr with name = '/'
2757 struct ar_hdr hdr;
2766 + sizeof (struct ar_hdr)
2789 archive_member_file_ptr += sizeof (struct ar_hdr);
2801 memset (&hdr, ' ', sizeof (struct ar_hdr));
2815 if (bfd_write (&hdr, sizeof (struct ar_hdr), arch)
2816 != sizeof (struct ar_hdr))
2850 archive_member_file_ptr += sizeof (struct ar_hdr);