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

12

/netbsd-current/include/
H A Dar.h54 struct ar_hdr { struct
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
/netbsd-current/external/gpl3/gdb/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
/netbsd-current/external/gpl3/binutils/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A D_libelf_ar.h54 char *_libelf_ar_get_raw_name(const struct ar_hdr *_arh);
55 char *_libelf_ar_get_translated_name(const struct ar_hdr *_arh, Elf *_ar);
H A Delf_rand.c41 struct ar_hdr *arh;
51 offset_of_member = offset + (off_t) sizeof(struct ar_hdr);
59 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
H A Dlibelf_ar.c54 * header is described in <ar.h> (struct ar_hdr). The header always
123 struct ar_hdr *arh;
132 arh = (struct ar_hdr *) (uintptr_t) e->e_hdr.e_rawhdr;
141 (uintptr_t) parent->e_rawsize - sizeof(struct ar_hdr)) {
221 struct ar_hdr *arh;
241 end = next + (off_t) sizeof(struct ar_hdr);
248 arh = (struct ar_hdr *) (elf->e_rawfile + next);
H A Dlibelf_ar_util.c89 _libelf_ar_get_translated_name(const struct ar_hdr *arh, Elf *ar)
219 _libelf_ar_get_raw_name(const struct ar_hdr *arh)
242 struct ar_hdr arh;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darchive64.c172 struct ar_hdr hdr;
182 + sizeof (struct ar_hdr)
185 memset (&hdr, ' ', sizeof (struct ar_hdr));
199 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
200 != sizeof (struct ar_hdr))
230 archive_member_file_ptr += sizeof (struct ar_hdr);
H A Darchive.c153 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));
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Darchive64.c172 struct ar_hdr hdr;
182 + sizeof (struct ar_hdr)
185 memset (&hdr, ' ', sizeof (struct ar_hdr));
199 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
200 != sizeof (struct ar_hdr))
230 archive_member_file_ptr += sizeof (struct ar_hdr);
H A Darchive.c153 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));
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Darscan.c244 struct ar_hdr
263 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER
274 # define AR_HDR_SIZE (sizeof (struct ar_hdr))
429 struct ar_hdr member_header;
709 sizeof (struct ar_hdr.ar_name) - 1. */
727 struct ar_hdr hdr;
766 struct ar_hdr ar_hdr;
782 if (AR_HDR_SIZE != read (fd, (char *) &ar_hdr, AR_HDR_SIZE))
787 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZ
243 struct ar_hdr struct
262 # define ar_hdr macro
762 struct ar_hdr ar_hdr; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfcomm.h67 struct ar_hdr arhdr; /* Current archive header. */
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Darchive64.c172 struct ar_hdr hdr;
182 + sizeof (struct ar_hdr)
185 memset (&hdr, ' ', sizeof (struct ar_hdr));
199 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
200 != sizeof (struct ar_hdr))
230 archive_member_file_ptr += sizeof (struct ar_hdr);
H A Darchive.c153 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));
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darchive64.c172 struct ar_hdr hdr;
182 + sizeof (struct ar_hdr)
185 memset (&hdr, ' ', sizeof (struct ar_hdr));
207 if (bfd_write (&hdr, sizeof (struct ar_hdr), arch)
208 != sizeof (struct ar_hdr))
238 archive_member_file_ptr += sizeof (struct ar_hdr);
H A Darchive.c184 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));
[all...]
/netbsd-current/usr.bin/make/
H A Darch.c139 * by <name, struct ar_hdr *> key/value pairs */
145 struct ar_hdr *, const char *);
368 static struct ar_hdr *
377 struct ar_hdr arh;
390 struct ar_hdr *hdr;
415 static struct ar_hdr sarh;
505 struct ar_hdr *cached_hdr = bmake_malloc(
607 ArchiveMember_HasName(const struct ar_hdr *hdr,
638 * member's struct ar_hdr. In case of a failure or if the member doesn't
645 struct ar_hdr *out_ar
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfcomm.h70 struct ar_hdr arhdr; /* Current archive header. */
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfcomm.h65 struct ar_hdr arhdr; /* Current archive header. */
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c1002 struct ar_hdr *, const char *);
1023 struct ar_hdr *, const char *);
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c1399 const b_ar_hdr *ar_hdr; local
1433 ar_hdr = (const b_ar_hdr *) view.data;
1436 if (!xcoff_parse_decimal (ar_hdr->ar_namlen, sizeof ar_hdr->ar_namlen,
1442 if (len == memlen && !memcmp (ar_hdr->ar_name, member, memlen))
1458 if (!xcoff_parse_decimal (ar_hdr->ar_nxtmem, sizeof ar_hdr->ar_nxtmem,
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c1400 const b_ar_hdr *ar_hdr; local
1434 ar_hdr = (const b_ar_hdr *) view.data;
1437 if (!xcoff_parse_decimal (ar_hdr->ar_namlen, sizeof ar_hdr->ar_namlen,
1443 if (len == memlen && !memcmp (ar_hdr->ar_name, member, memlen))
1459 if (!xcoff_parse_decimal (ar_hdr->ar_nxtmem, sizeof ar_hdr->ar_nxtmem,

Completed in 223 milliseconds

12