Lines Matching defs:cp
408 char *buf = NULL, *cp = NULL;
536 cp = buf;
542 cp += ev->vn_next;
543 ev = (GElf_Verneed*)cp;
548 buf = cp;
550 cp += ev->vn_aux;
555 cp += ea->vna_next;
556 ea = (GElf_Vernaux*)cp;
569 cp = buf;
587 cp = buf;
592 cp += vd->vd_next;
593 vd = (GElf_Verdef*)cp;
595 buf = cp;
596 cp += vd->vd_aux;
601 cp += va->vda_next;
602 va = (GElf_Verdaux*)cp;
610 cp = buf;