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

/freebsd-current/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-current/include/
H A Dar.h54 struct ar_hdr { struct
/freebsd-current/contrib/bmake/
H A Darch.c126 struct ar_hdr { struct
160 * by <name, struct ar_hdr *> key/value pairs */
166 struct ar_hdr *, const char *);
415 static struct ar_hdr *
424 struct ar_hdr arh;
437 struct ar_hdr *hdr;
462 static struct ar_hdr sarh;
552 struct ar_hdr *cached_hdr = bmake_malloc(
654 ArchiveMember_HasName(const struct ar_hdr *hdr,
685 * member's struct ar_hdr
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp16 typedef struct ar_hdr { struct
23 } ar_hdr; typedef in typeref:struct:ar_hdr
335 sizeof(ar_hdr) + SARMAG);
346 armag += offsetof(struct ar_hdr, ar_fmag) + SARMAG;

Completed in 174 milliseconds