Home | History | Annotate | Download | only in src

Lines Matching refs:startp

863 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
874 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
883 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
892 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
895 *startp = memb->old_off;
906 *startp += sizeof (struct ar_hdr);