Searched refs:ar_size (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libelf/
H A Delf_next.c81 + ((parent->state.ar.elf_ar_hdr.ar_size + 1)
H A Dlibelf.h168 loff_t ar_size; /* File size. */
170 off_t ar_size; /* File size. */ member in struct:__anon4755
H A Delf_begin.c684 len = atol (hdr->ar_size);
862 if (unlikely (ar_hdr->ar_size[0] == ' '))
900 INT_FIELD (ar_size);
958 ref->state.ar.elf_ar_hdr.ar_size, cmd, ref);
H A Delf_getarsym.c177 memcpy (tmpbuf, index_hdr->ar_size, 10);
/external/elfutils/libdwfl/
H A Dcore-file.c96 struct ar_hdr h = { .ar_size = "" };
102 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset,
103 sizeof h.ar_size);
105 h.ar_size, sizeof (h.ar_size),
107 + offsetof (struct ar_hdr, ar_size))
108 != sizeof (h.ar_size)))
114 size = strtoll (h.ar_size, &endp, 10);
115 if (unlikely (endp == h.ar_size)
/external/elfutils/src/
H A Darlib.c101 /* The ar_size field will be filled in later and ar_fmag is already OK. */
116 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1];
130 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf,
132 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
177 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf,
179 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
H A Dranlib.c217 index_size = arhdr->ar_size;
222 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
H A Dar.c500 index_size = arhdr->ar_size;
509 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
560 (uintmax_t) arhdr->ar_size,
959 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
1141 newp->size = arhdr->ar_size;
1461 no0print (false, arhdr.ar_size, sizeof (arhdr.ar_size),
H A Delflint.c297 arhdr->ar_name, arhdr->ar_size, false);
/external/elfutils/tests/
H A Darls.c82 (int) arhdr->ar_mode, (long long int) arhdr->ar_size);
H A Darextract.c114 todo = arhdr->ar_size;
H A Dsaridx.c196 (long int) arhdr->ar_size,
/external/valgrind/main/perf/
H A Dtinycc.c20105 char ar_size[10]; /* file size, printed as decimal */
20162 char ar_size[11];
20179 memcpy(ar_size, hdr.ar_size, sizeof(hdr.ar_size));
20180 ar_size[sizeof(hdr.ar_size)] = '\0';
20181 size = strtol(ar_size, NULL, 0);
20188 // printf("name='%s' size=%d %s\n", ar_name, size, ar_size);
20103 char ar_size[10]; /* file size, printed as decimal */ member in struct:ArchiveHeader
20160 char ar_size[11]; local

Completed in 352 milliseconds