Searched defs:ar_hdr (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Darlib.c52 struct ar_hdr ar_hdr; local
53 memcpy (ar_hdr.ar_name, "/ ", sizeof (ar_hdr.ar_name));
61 char tmpbuf[sizeof (ar_hdr.ar_date) + 1];
63 (int) sizeof (ar_hdr.ar_date),
66 memcpy (ar_hdr.ar_date, tmpbuf, s);
67 assert ((sizeof (struct ar_hdr) % sizeof (uint32_t)) == 0);
73 memcpy (ar_hdr.ar_uid, "0 ", sizeof (ar_hdr
[all...]
/external/elfutils/libelf/
H A Delf_begin.c679 struct ar_hdr hdrm;
680 struct ar_hdr *hdr;
689 || elf->maximum_size - offset < sizeof (struct ar_hdr))
693 hdr = (struct ar_hdr *) (elf->map_address + offset);
711 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
724 if (len > elf->maximum_size - offset - sizeof (struct ar_hdr))
729 + sizeof (struct ar_hdr),
736 + sizeof (struct ar_hdr))
782 struct ar_hdr *ar_hdr; local
[all...]
H A DlibelfP.h396 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon5765::__anon5769

Completed in 142 milliseconds