Searched refs:ar_hdr (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dar.h56 struct ar_hdr { struct
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dar.h42 struct ar_hdr { struct
/macosx-10.10.1/dtrace-147/libelf/
H A Dmember.h64 #define ARSZ(m) (sizeof ((struct ar_hdr *)0)->m)
H A Dar.c85 char x[sizeof (struct ar_hdr) - 3 * sizeof (Elf64) - 1];
122 * Convert ar_hdr to Member
128 register struct ar_hdr *f = (struct ar_hdr *)file;
133 if (fsz < sizeof (struct ar_hdr)) {
263 register struct ar_hdr * a;
274 if (((end - hdr) < sizeof (struct ar_hdr)) ||
276 sizeof (struct ar_hdr)) != OK_YES))
279 a = (struct ar_hdr *)hdr;
280 mem = (char *)a + sizeof (struct ar_hdr);
[all...]
H A Dbegin.c205 if ((_elf_vm(ref, ref->ed_nextoff, sizeof (struct ar_hdr)) !=
210 base = ref->ed_nextoff + sizeof (struct ar_hdr);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c149 Note that the pointers here point to the front of the ar_hdr, not
160 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata(bfd)->arch_header)
358 to the ar_hdr in the file). Moves the file pointer; on success it
374 struct ar_hdr hdr;
380 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
383 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
434 + sizeof (struct ar_hdr));
480 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
488 sizeof (struct ar_hdr));
[all...]
H A Darchive64.c158 struct ar_hdr hdr;
168 + sizeof (struct ar_hdr)
171 memset (&hdr, ' ', sizeof (struct ar_hdr));
185 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
186 != sizeof (struct ar_hdr))
215 + sizeof (struct ar_hdr));
H A Dcoff-alpha.c2074 struct ar_hdr *h;
2080 h = (struct ar_hdr *) ret->arch_header;
2108 struct ar_hdr *hdr;
2125 hdr = (struct ar_hdr *) tdata->arch_header;
2243 struct ar_hdr *h;
2249 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c5573 to the SOM itself, not the ar_hdr in front of it. */
5575 - sizeof (struct ar_hdr);
5610 to the SOM itself, not the ar_hdr in front of it. */
5612 - sizeof (struct ar_hdr);
5640 struct ar_hdr ar_header;
5664 amt = sizeof (struct ar_hdr);
5876 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end;
6020 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6091 struct ar_hdr hdr;
6182 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3018 struct ar_hdr hdr;
3039 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3078 for (i = 0; i < sizeof (struct ar_hdr); i++)
3082 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3083 != sizeof (struct ar_hdr))
3106 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h183 struct ar_hdr *member_ar_hdr; /* pointer to the ar_hdr for this member */
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dar.c55 struct ar_hdr *
H A Dreadelf.c9443 struct ar_hdr arhdr;
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c920 struct ar_hdr ahdr;

Completed in 298 milliseconds