Lines Matching full:startp
852 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
863 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
872 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
881 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
884 *startp = memb->old_off;
895 *startp += sizeof (struct ar_hdr);