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

/freebsd-10-stable/lib/libelf/
H A Delf_rand.c38 struct ar_hdr *arh;
42 offset + sizeof(struct ar_hdr) >= ar->e_rawsize) {
47 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
H A Dlibelf_ar.c46 * header is described in <ar.h> (struct ar_hdr). The header always
81 struct ar_hdr *arh;
90 arh = (struct ar_hdr *) ((uintptr_t) e->e_rawfile - sizeof(struct ar_hdr));
94 sizeof(struct ar_hdr));
148 struct ar_hdr *arh;
164 arh = (struct ar_hdr *) (elf->e_rawfile + next);
H A Dlibelf_ar_util.c187 struct ar_hdr arh;
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dar.h42 struct ar_hdr { struct
/freebsd-10-stable/include/
H A Dar.h56 struct ar_hdr { struct
/freebsd-10-stable/contrib/bmake/
H A Darch.c142 struct ar_hdr { struct
182 * by <name, struct ar_hdr *> key/value pairs */
191 static struct ar_hdr *ArchStatMember(char *, char *, Boolean);
192 static FILE *ArchFindMember(char *, char *, struct ar_hdr *, const char *);
563 * A pointer to the current struct ar_hdr structure for the member. Note
573 static struct ar_hdr *
583 struct ar_hdr arh; /* archive-member header for reading archive */
605 return ((struct ar_hdr *)Hash_GetValue(he));
617 return ((struct ar_hdr *)Hash_GetValue(he));
630 static struct ar_hdr sar
[all...]
/freebsd-10-stable/contrib/binutils/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.c2090 struct ar_hdr *h;
2096 h = (struct ar_hdr *) ret->arch_header;
2124 struct ar_hdr *hdr;
2141 hdr = (struct ar_hdr *) tdata->arch_header;
2259 struct ar_hdr *h;
2265 h = (struct ar_hdr *) t->arch_header;
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);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp18 typedef struct ar_hdr struct
26 } ar_hdr; typedef in typeref:struct:ar_hdr
398 const char* armag = (const char* )data.PeekData (offset, sizeof(ar_hdr));
401 armag += offsetof(struct ar_hdr, ar_fmag) + SARMAG;
/freebsd-10-stable/release/picobsd/tinyware/help/
H A Dhelp.c89 struct ar_hdr ar;
/freebsd-10-stable/usr.bin/make/
H A Darch.c122 * by <name, struct ar_hdr *> key/value pairs
134 #define AR_NAMSIZ sizeof(((struct ar_hdr *)0)->ar_name)
142 struct ar_hdr hdr; /* current header */
867 * A pointer to the current struct ar_hdr structure for the member. Note
/freebsd-10-stable/contrib/binutils/binutils/
H A Dar.c56 struct ar_hdr *
H A Dreadelf.c9720 struct ar_hdr arhdr;

Completed in 150 milliseconds