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

/external/elfutils/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),
73 assert ((sizeof (struct ar_hdr) % sizeof (uint32_t)) == 0);
79 memcpy (ar_hdr.ar_uid, "0 ", sizeof (ar_hdr
[all...]
H A Darlib.h40 #define MAX_AR_NAME_LEN (sizeof (((struct ar_hdr *) NULL)->ar_name) - 1)
44 #define AR_HDR_WORDS (sizeof (struct ar_hdr) / sizeof (uint32_t))
H A Darlib2.c49 return size - sizeof (struct ar_hdr);
H A Dar.c510 + sizeof (struct ar_hdr));
778 rest_off = (index_off + sizeof (struct ar_hdr)
839 struct ar_hdr arhdr;
879 *startp += sizeof (struct ar_hdr);
880 assert ((size_t) *lenp >= sizeof (struct ar_hdr));
881 *lenp -= sizeof (struct ar_hdr);
960 + sizeof (struct ar_hdr));
1021 if (symtab.longnameslen > sizeof (struct ar_hdr)
1366 + sizeof (struct ar_hdr));
1418 if (symtab.longnameslen > sizeof (struct ar_hdr)
[all...]
H A Dranlib.c223 + sizeof (struct ar_hdr));
271 rest_off = (index_off + sizeof (struct ar_hdr)
/external/elfutils/libelf/
H A Delf_getarsym.c102 struct ar_hdr *index_hdr;
107 if (pread_retry (elf->fildes, &elf->state.ar.ar_hdr,
108 sizeof (struct ar_hdr), elf->start_offset + SARMAG)
109 != sizeof (struct ar_hdr))
117 index_hdr = &elf->state.ar.ar_hdr;
121 if (SARMAG + sizeof (struct ar_hdr) > elf->maximum_size)
128 index_hdr = (struct ar_hdr *) (elf->map_address
159 elf->start_offset + SARMAG + sizeof (struct ar_hdr))
169 + SARMAG + sizeof (struct ar_hdr));
181 if (SARMAG + sizeof (struct ar_hdr)
[all...]
H A Delf_getaroff.c74 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
H A Delf_next.c80 parent->state.ar.offset += (sizeof (struct ar_hdr)
H A Delf_begin.c658 struct ar_hdr hdrm;
659 struct ar_hdr *hdr;
667 if (offset + sizeof (struct ar_hdr) > elf->maximum_size)
671 hdr = (struct ar_hdr *) (elf->map_address + offset);
689 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
704 + sizeof (struct ar_hdr),
710 + sizeof (struct ar_hdr))
755 struct ar_hdr *ar_hdr; local
761 if (unlikely (elf->state.ar.offset + sizeof (struct ar_hdr)
[all...]
H A DlibelfP.h410 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon6005::__anon6009
/external/elfutils/libdwfl/
H A Dcore-file.c96 struct ar_hdr h = { .ar_size = "" };
107 + offsetof (struct ar_hdr, ar_size))

Completed in 101 milliseconds