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

/external/ltp/testcases/commands/ade/size/
H A Dsize0158 size $TCsrc/test > $TCtmp/ar_size
60 diff -bw $TCtmp/ar_size $TCtmp/er_size
/external/elfutils/libelf/
H A Delf_next.c59 + ((parent->state.ar.elf_ar_hdr.ar_size + 1)
H A Delf_begin.c706 len = atol (hdr->ar_size);
895 if (unlikely (ar_hdr->ar_size[0] == ' '))
933 INT_FIELD (ar_size);
935 if (elf_ar_hdr->ar_size < 0)
945 if ((size_t) elf_ar_hdr->ar_size > maxsize)
946 elf_ar_hdr->ar_size = maxsize;
1004 ref->state.ar.elf_ar_hdr.ar_size, cmd, ref);
H A Delf_getarsym.c182 memcpy (tmpbuf, index_hdr->ar_size, 10);
H A Dlibelf.h175 int64_t ar_size; /* File size. */ member in struct:__anon6160
/external/elfutils/src/
H A Darlib.c95 /* The ar_size field will be filled in later and ar_fmag is already OK. */
110 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1];
125 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
127 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s);
171 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf,
173 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
H A Dranlib.c205 index_size = arhdr->ar_size;
210 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
H A Dar.c518 index_size = arhdr->ar_size;
527 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
578 (uintmax_t) arhdr->ar_size,
975 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))
1158 newp->size = arhdr->ar_size;
1479 no0print (false, arhdr.ar_size, sizeof (arhdr.ar_size),
H A Delflint.c292 arhdr->ar_name, arhdr->ar_size, false);
/external/elfutils/tests/
H A Darls.c102 (int) arhdr->ar_mode, (long long int) arhdr->ar_size);
H A Darextract.c106 todo = arhdr->ar_size;
H A Dsaridx.c188 (long int) arhdr->ar_size,
/external/elfutils/libdwfl/
H A Dcore-file.c78 struct ar_hdr h = { .ar_size = "" };
84 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset,
85 sizeof h.ar_size);
87 h.ar_size, sizeof (h.ar_size),
89 + offsetof (struct ar_hdr, ar_size))
90 != sizeof (h.ar_size)))
96 size = strtoll (h.ar_size, &endp, 10);
97 if (unlikely (endp == h.ar_size)
H A Dopen.c139 elf->state.ar.elf_ar_hdr.ar_size = elf->maximum_size - offset;
/external/valgrind/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 687 milliseconds