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

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_rand.c40 struct ar_hdr *arh;
44 offset + sizeof(struct ar_hdr) >= ar->e_rawsize) {
49 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
H A Dlibelf_ar.c52 * header is described in <ar.h> (struct ar_hdr). The header always
226 struct ar_hdr *arh;
235 arh = (struct ar_hdr *) ((uintptr_t) e->e_rawfile - sizeof(struct ar_hdr));
239 sizeof(struct ar_hdr));
293 struct ar_hdr *arh;
309 arh = (struct ar_hdr *) (elf->e_rawfile + next);
338 struct ar_hdr arh;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dar.h44 struct ar_hdr struct
/netbsd-6-1-5-RELEASE/include/
H A Dar.h54 struct ar_hdr { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/aout/
H A Dar.h44 struct ar_hdr struct
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Darscan.c249 struct ar_hdr
268 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER
279 # define AR_HDR_SIZE (sizeof (struct ar_hdr))
437 struct ar_hdr member_header;
717 sizeof (struct ar_hdr.ar_name) - 1. */
737 struct ar_hdr hdr;
781 struct ar_hdr ar_hdr;
796 if (AR_HDR_SIZE != read (fd, (char *) &ar_hdr, AR_HDR_SIZE))
801 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZ
248 struct ar_hdr struct
267 # define ar_hdr macro
777 struct ar_hdr ar_hdr; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Darch.c163 * by <name, struct ar_hdr *> key/value pairs */
172 static struct ar_hdr *ArchStatMember(char *, char *, Boolean);
173 static FILE *ArchFindMember(char *, char *, struct ar_hdr *, const char *);
514 * A pointer to the current struct ar_hdr structure for the member. Note
524 static struct ar_hdr *
535 struct ar_hdr arh; /* archive-member header for reading archive */
557 return ((struct ar_hdr *)Hash_GetValue(he));
569 return ((struct ar_hdr *)Hash_GetValue(he));
582 static struct ar_hdr sarh;
620 while (fread((char *)&arh, sizeof(struct ar_hdr),
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive.c148 Note that the pointers here point to the front of the ar_hdr, not
162 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
411 to the ar_hdr in the file). Moves the file pointer; on success it
427 struct ar_hdr hdr;
433 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
438 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
486 + sizeof (struct ar_hdr));
532 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
542 sizeof (struct ar_hdr));
[all...]
H A Darchive64.c157 struct ar_hdr hdr;
167 + sizeof (struct ar_hdr)
170 memset (&hdr, ' ', sizeof (struct ar_hdr));
184 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
185 != sizeof (struct ar_hdr))
215 + sizeof (struct ar_hdr));
H A Dcoff-alpha.c2095 struct ar_hdr *h;
2101 h = (struct ar_hdr *) ret->arch_header;
2129 struct ar_hdr *hdr;
2147 hdr = (struct ar_hdr *) tdata->arch_header;
2267 struct ar_hdr *h;
2273 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c6027 to the SOM itself, not the ar_hdr in front of it. */
6030 - sizeof (struct ar_hdr);
6070 to the SOM itself, not the ar_hdr in front of it. */
6073 - sizeof (struct ar_hdr);
6102 struct ar_hdr ar_header;
6126 amt = sizeof (struct ar_hdr);
6337 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6488 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6559 struct ar_hdr hdr;
6660 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3030 struct ar_hdr hdr;
3051 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3091 for (i = 0; i < sizeof (struct ar_hdr); i++)
3095 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3096 != sizeof (struct ar_hdr))
3119 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive.c148 Note that the pointers here point to the front of the ar_hdr, not
159 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
408 to the ar_hdr in the file). Moves the file pointer; on success it
424 struct ar_hdr hdr;
430 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
435 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
483 + sizeof (struct ar_hdr));
529 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
539 sizeof (struct ar_hdr));
[all...]
H A Darchive64.c157 struct ar_hdr hdr;
167 + sizeof (struct ar_hdr)
170 memset (&hdr, ' ', sizeof (struct ar_hdr));
184 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
185 != sizeof (struct ar_hdr))
215 + sizeof (struct ar_hdr));
H A Dcoff-alpha.c2093 struct ar_hdr *h;
2099 h = (struct ar_hdr *) ret->arch_header;
2127 struct ar_hdr *hdr;
2145 hdr = (struct ar_hdr *) tdata->arch_header;
2265 struct ar_hdr *h;
2271 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c6027 to the SOM itself, not the ar_hdr in front of it. */
6030 - sizeof (struct ar_hdr);
6070 to the SOM itself, not the ar_hdr in front of it. */
6073 - sizeof (struct ar_hdr);
6102 struct ar_hdr ar_header;
6126 amt = sizeof (struct ar_hdr);
6337 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6488 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6559 struct ar_hdr hdr;
6660 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3030 struct ar_hdr hdr;
3051 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3091 for (i = 0; i < sizeof (struct ar_hdr); i++)
3095 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3096 != sizeof (struct ar_hdr))
3119 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Delfcomm.h76 struct ar_hdr arhdr; /* Current archive header. */

Completed in 216 milliseconds