Searched refs:as_off (Results 1 – 5 of 5) sorted by relevance
253 arsym[cnt].as_off = bswap_32 (file_data[cnt]);255 arsym[cnt].as_off = file_data[cnt];261 arsym[n].as_off = 0;
169 size_t as_off; /* Offset for this file in the archive. */ member
470 while (arsym->as_off != 0) in handle_ar()472 if (arhdr_off != arsym->as_off in handle_ar()473 && (elf_rand (elf, arsym->as_off) != arsym->as_off in handle_ar()478 arsym->as_off, arsym->as_name); in handle_ar()
8470 size_t as_off = 0; in dump_archive_index() local8473 if (s->as_off != as_off) in dump_archive_index()8475 as_off = s->as_off; in dump_archive_index()8478 if (unlikely (elf_rand (elf, as_off) == 0) in dump_archive_index()8486 as_off, fname, elf_errmsg (-1)); in dump_archive_index()
1929 if (unlikely (elf_rand (fileinfo->elf, syms[cnt].as_off) in extract_from_archive()1930 != syms[cnt].as_off)) in extract_from_archive()