Lines Matching defs:memb
845 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
854 bool changed_header = memb->long_name_off != -1;
862 (int) sizeof (arhdr.ar_name), memb->long_name_off);
868 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
871 *lenp += (memb->next != NULL
872 ? memb->next->off : end_off) - memb->off;
880 *startp = memb->old_off;
881 *lenp = (memb->next != NULL ? memb->next->off : end_off) - memb->off;