Searched defs:cp (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Delfextract.c408 char *buf = NULL, *cp = NULL; local
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
[all...]

Completed in 181 milliseconds