Home | History | Annotate | Download | only in crunchide

Lines Matching defs:keep

32  *	global symbols.  Allows the user to supply a "keep list" of symbols
131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n"
139 static struct keep {
140 struct keep *next;
147 struct keep *newp, *prevp, *curp;
159 newp = (struct keep *) malloc(sizeof(struct keep));
163 fprintf(stderr, "%s: out of memory for keep list\n", getprogname());
177 struct keep *curp;