Searched refs:ar_size (Results 1 – 20 of 20) sorted by relevance
/external/elfutils/src/ |
D | arlib.c | 114 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; in arlib_finalize() 129 (int) sizeof (((struct ar_hdr *) NULL)->ar_size), in arlib_finalize() 131 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s); in arlib_finalize() 175 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf, in arlib_finalize() 177 (int) sizeof (((struct ar_hdr *) NULL)->ar_size), in arlib_finalize()
|
D | ranlib.c | 189 index_size = arhdr->ar_size; in handle_file() 194 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in handle_file()
|
D | ar.c | 503 index_size = arhdr->ar_size; in do_oper_extract() 512 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in do_oper_extract() 569 (uintmax_t) arhdr->ar_size, in do_oper_extract() 973 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1)) in do_oper_delete() 1163 newp->size = arhdr->ar_size; in do_oper_insert() 1504 if (! no0print (false, arhdr.ar_size, sizeof (arhdr.ar_size), in do_oper_insert()
|
D | elflint.c | 278 arhdr->ar_name, arhdr->ar_size, false); in process_file()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 77 struct ar_hdr h = { .ar_size = "" }; in elf_begin_rand() 83 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset, in elf_begin_rand() 84 sizeof h.ar_size); in elf_begin_rand() 86 h.ar_size, sizeof (h.ar_size), in elf_begin_rand() 88 + offsetof (struct ar_hdr, ar_size)) in elf_begin_rand() 89 != sizeof (h.ar_size))) in elf_begin_rand() 95 size = strtoll (h.ar_size, &endp, 10); in elf_begin_rand() 96 if (unlikely (endp == h.ar_size) in elf_begin_rand()
|
D | open.c | 150 elf->state.ar.elf_ar_hdr.ar_size = elf->maximum_size - offset; in libdw_open_elf()
|
/external/elfutils/libelf/ |
D | elf_begin.c | 752 char buf[sizeof (hdr->ar_size) + 1]; in read_long_names() 753 const char *string = hdr->ar_size; in read_long_names() 754 if (hdr->ar_size[sizeof (hdr->ar_size) - 1] != ' ') in read_long_names() 756 *((char *) mempcpy (buf, hdr->ar_size, sizeof (hdr->ar_size))) = '\0'; in read_long_names() 952 if (unlikely (ar_hdr->ar_size[0] == ' ')) in __libelf_next_arhdr_wrlock() 990 INT_FIELD (ar_size); in __libelf_next_arhdr_wrlock() 992 if (elf_ar_hdr->ar_size < 0) in __libelf_next_arhdr_wrlock() 1002 if ((size_t) elf_ar_hdr->ar_size > maxsize) in __libelf_next_arhdr_wrlock() 1003 elf_ar_hdr->ar_size = maxsize; in __libelf_next_arhdr_wrlock() 1061 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 | 182 memcpy (tmpbuf, index_hdr->ar_size, 10); in elf_getarsym()
|
D | libelf.h | 201 int64_t ar_size; /* File size. */ member
|
D | ChangeLog | 231 * elf_begin.c (read_long_names): Make sure ar_size is properly 837 * elf_begin.c (__libelf_next_arhdr_wrlock): ar_size cannot be 870 (__libelf_next_arhdr_wrlock): Likewise. Sanity check the ar_size. 1476 (Elf_Arhdr): Use off64_t for ar_size.
|
/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/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.cpp | 22 char ar_size[10]; member
|
/external/elfutils/po/ |
D | uk.po | 1143 msgid "cannot represent ar_size" 1144 msgstr "неможливо представити ar_size"
|
D | ja.po | 1160 msgid "cannot represent ar_size"
|
D | de.po | 1162 msgid "cannot represent ar_size"
|
D | pl.po | 1153 msgid "cannot represent ar_size"
|
D | es.po | 1166 msgid "cannot represent ar_size"
|