Home | History | Annotate | Download | only in bfd

Lines Matching defs:cp

4903   const char *cp;
4966 cp = fp->format;
4971 while (*cp)
4974 varname = *cp++;
4979 c = *cp++;
5002 while (ISDIGIT (*cp))
5003 v = (v * 10) + (*cp++ - '0');
5031 while (*cp && *cp != '=');
5034 cp++;