Searched refs:ar_size (Results 1 – 21 of 21) sorted by relevance
/external/elfutils/src/ |
D | arlib.c | 113 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; in arlib_finalize() 128 (int) sizeof (((struct ar_hdr *) NULL)->ar_size), in arlib_finalize() 130 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s); in arlib_finalize() 174 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf, in arlib_finalize() 176 (int) sizeof (((struct ar_hdr *) NULL)->ar_size), in arlib_finalize()
|
D | ranlib.c | 188 index_size = arhdr->ar_size; in handle_file() 193 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in handle_file()
|
D | ar.c | 501 index_size = arhdr->ar_size; in do_oper_extract() 510 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in do_oper_extract() 567 (uintmax_t) arhdr->ar_size, in do_oper_extract() 970 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in do_oper_delete() 1159 newp->size = arhdr->ar_size; in do_oper_insert() 1500 if (! no0print (false, arhdr.ar_size, sizeof (arhdr.ar_size), in do_oper_insert()
|
D | elflint.c | 277 arhdr->ar_name, arhdr->ar_size, false); in process_file()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 77 char ar_size[AR_SIZE_CHARS + 1]; in elf_begin_rand() local 78 ar_size[AR_SIZE_CHARS] = '\0'; in elf_begin_rand() 84 memcpy (ar_size, parent->map_address + parent->start_offset + offset, in elf_begin_rand() 87 ar_size, AR_SIZE_CHARS, in elf_begin_rand() 89 + offsetof (struct ar_hdr, ar_size)) in elf_begin_rand() 96 size = strtoll (ar_size, &endp, 10); in elf_begin_rand() 97 if (unlikely (endp == ar_size) in elf_begin_rand()
|
D | open.c | 153 elf->state.ar.elf_ar_hdr.ar_size = elf->maximum_size - offset; in libdw_open_elf()
|
D | ChangeLog | 62 a char ar_size[AR_SIZE_CHARS + 1] array to read size.
|
/external/elfutils/libelf/ |
D | elf_begin.c | 758 char buf[sizeof (hdr->ar_size) + 1]; in read_long_names() 759 const char *string = hdr->ar_size; in read_long_names() 760 if (hdr->ar_size[sizeof (hdr->ar_size) - 1] != ' ') in read_long_names() 762 *((char *) mempcpy (buf, hdr->ar_size, sizeof (hdr->ar_size))) = '\0'; in read_long_names() 963 if (unlikely (ar_hdr->ar_size[0] == ' ')) in __libelf_next_arhdr_wrlock() 1022 INT_FIELD (ar_size); in __libelf_next_arhdr_wrlock() 1024 if (elf_ar_hdr->ar_size < 0) in __libelf_next_arhdr_wrlock() 1034 if ((size_t) elf_ar_hdr->ar_size > maxsize) in __libelf_next_arhdr_wrlock() 1035 elf_ar_hdr->ar_size = maxsize; in __libelf_next_arhdr_wrlock() 1093 ref->state.ar.elf_ar_hdr.ar_size, cmd, ref); in dup_elf()
|
D | elf_next.c | 59 + ((parent->state.ar.elf_ar_hdr.ar_size + 1) in elf_next()
|
D | elf_getarsym.c | 178 memcpy (tmpbuf, index_hdr->ar_size, 10); in elf_getarsym()
|
D | libelf.h | 201 int64_t ar_size; /* File size. */ member
|
D | ChangeLog | 89 * elf_begin.c (read_long_names): Check ar_size starts with a digit. 365 * elf_begin.c (read_long_names): Make sure ar_size is properly 971 * elf_begin.c (__libelf_next_arhdr_wrlock): ar_size cannot be 1004 (__libelf_next_arhdr_wrlock): Likewise. Sanity check the ar_size. 1610 (Elf_Arhdr): Use off64_t for ar_size.
|
/external/musl/include/ |
D | ar.h | 17 char ar_size[10]; member
|
/external/elfutils/tests/ |
D | arls.c | 102 (int) arhdr->ar_mode, (long long int) arhdr->ar_size); in handle()
|
D | arextract.c | 106 todo = arhdr->ar_size; in main()
|
D | saridx.c | 188 (long int) arhdr->ar_size, in main()
|
/external/elfutils/po/ |
D | ja.po | 1149 msgid "cannot represent ar_size" 1150 msgstr "ar_size を表現できません"
|
D | uk.po | 1167 msgid "cannot represent ar_size" 1168 msgstr "неможливо представити ar_size"
|
D | pl.po | 1163 msgid "cannot represent ar_size" 1164 msgstr "nie można przedstawić ar_size"
|
D | de.po | 1180 msgid "cannot represent ar_size"
|
D | es.po | 1191 msgid "cannot represent ar_size"
|