Home | History | Annotate | Download | only in src

Lines Matching refs:startp

836 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
847 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
868 *startp = memb->old_off;
879 *startp += sizeof (struct ar_hdr);