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

/opensolaris-onvv-gate/usr/src/head/
H A Dar.h43 * | Archive File Header "ar_hdr" |
50 * | "ar_hdr" |
59 * | "ar_hdr" |
70 struct ar_hdr /* archive file member header - printable ascii */ struct
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dmember.h64 #define ARSZ(m) (sizeof ((struct ar_hdr *)0)->m)
H A Dgetbase.c66 rc = elf->ed_baseoff - sizeof (struct ar_hdr);
H A Dar.c81 char x[sizeof (struct ar_hdr) - 3 * sizeof (Elf64) - 1];
118 * Convert ar_hdr to Member
124 register struct ar_hdr *f = (struct ar_hdr *)file;
129 if (fsz < sizeof (struct ar_hdr)) {
272 register struct ar_hdr *a;
283 if (((end - hdr) < sizeof (struct ar_hdr)) ||
285 sizeof (struct ar_hdr)) != OK_YES))
288 a = (struct ar_hdr *)hdr;
289 mem = (char *)a + sizeof (struct ar_hdr);
[all...]
H A Dbegin.c69 if ((_elf_vm(ref, ref->ed_nextoff, sizeof (struct ar_hdr)) !=
74 base = ref->ed_nextoff + sizeof (struct ar_hdr);
/opensolaris-onvv-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c500 * the ar_hdr struct is to use the same mechanism used
655 mem_offset += sizeof (struct ar_hdr) + fptr->ar_size;
702 char buf[sizeof (struct ar_hdr) + 1];
714 if (len != sizeof (struct ar_hdr)) {
1004 size += sizeof (struct ar_hdr) + long_strtbl.used + PADSZ;
1013 size += sizeof (struct ar_hdr) + fptr->ar_size + PADSZ;
1087 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ);
1093 arsize += sizeof (struct ar_hdr) + long_strtbl.used;
1095 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ);
1528 size_t hdrsize = sizeof (struct ar_hdr);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1272 char mem_header_buf[sizeof (struct ar_hdr) + 1];
1302 (unsigned)sizeof (struct ar_hdr)) !=
1303 (unsigned)sizeof (struct ar_hdr)) {
1337 char mem_header_buf[sizeof (struct ar_hdr) + 1];
1347 if (write(fdartmp, mem_header_buf, sizeof (struct ar_hdr)) !=
1348 sizeof (struct ar_hdr)) {

Completed in 117 milliseconds