Home | History | Annotate | Download | only in src

Lines Matching refs:lenp

836 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
859 *lenp += (memb->next != NULL
865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
869 *lenp = (memb->next != NULL ? memb->next->off : end_off) - memb->off;
880 assert ((size_t) *lenp >= sizeof (struct ar_hdr));
881 *lenp -= sizeof (struct ar_hdr);