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

/external/elfutils/0.153/src/
H A Darlib.c59 struct ar_hdr ar_hdr; local
60 memcpy (ar_hdr.ar_name, "/ ", sizeof (ar_hdr.ar_name));
68 char tmpbuf[sizeof (ar_hdr.ar_date) + 1];
69 memcpy (ar_hdr.ar_date, tmpbuf,
71 (int) sizeof (ar_hdr.ar_date),
74 assert ((sizeof (struct ar_hdr) % sizeof (uint32_t)) == 0);
80 memcpy (ar_hdr.ar_uid, "0 ", sizeof (ar_hdr
[all...]
/external/elfutils/0.153/libelf/
H A Delf_begin.c664 struct ar_hdr hdrm;
665 struct ar_hdr *hdr;
673 if (offset + sizeof (struct ar_hdr) > elf->maximum_size)
677 hdr = (struct ar_hdr *) (elf->map_address + offset);
695 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
710 + sizeof (struct ar_hdr),
716 + sizeof (struct ar_hdr))
761 struct ar_hdr *ar_hdr; local
767 if (unlikely (elf->state.ar.offset + sizeof (struct ar_hdr)
[all...]
H A DlibelfP.h405 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon21275::__anon21279

Completed in 158 milliseconds