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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_rand.c37 struct ar_hdr *arh;
47 offset_of_member = offset + (off_t) sizeof(struct ar_hdr);
55 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
H A D_libelf_ar.h52 char *_libelf_ar_get_raw_name(const struct ar_hdr *_arh);
53 char *_libelf_ar_get_translated_name(const struct ar_hdr *_arh, Elf *_ar);
H A Dlibelf_ar.c45 * header is described in <ar.h> (struct ar_hdr). The header always
114 struct ar_hdr *arh;
123 arh = (struct ar_hdr *) (uintptr_t) e->e_hdr.e_rawhdr;
132 (uintptr_t) parent->e_rawsize - sizeof(struct ar_hdr)) {
212 struct ar_hdr *arh;
232 end = next + (off_t) sizeof(struct ar_hdr);
239 arh = (struct ar_hdr *) (elf->e_rawfile + next);
H A Dlibelf_ar_util.c80 _libelf_ar_get_translated_name(const struct ar_hdr *arh, Elf *ar)
210 _libelf_ar_get_raw_name(const struct ar_hdr *arh)
233 struct ar_hdr arh;
/freebsd-11-stable/contrib/binutils/include/aout/
H A Dar.h42 struct ar_hdr { struct
/freebsd-11-stable/include/
H A Dar.h56 struct ar_hdr { struct
/freebsd-11-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-11-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-11-stable/release/picobsd/tinyware/help/
H A Dhelp.c89 struct ar_hdr ar;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp17 typedef struct ar_hdr { struct
24 } ar_hdr; typedef in typeref:struct:ar_hdr
359 const char *armag = (const char *)data.PeekData(offset, sizeof(ar_hdr));
361 armag += offsetof(struct ar_hdr, ar_fmag) + SARMAG;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c56 struct ar_hdr *
H A Dreadelf.c9720 struct ar_hdr arhdr;

Completed in 164 milliseconds