Lines Matching refs:objpaths
78 strlst_t *objs, *objpaths;
412 p2->objs = p2->objpaths = p2->links = p2->keepsymbols = NULL;
500 if (!strcmp(argv[2], "objpaths")) {
503 add_string(&p->objpaths, argv[i]);
647 if (!p->objpaths && p->objs) {
655 add_string(&p->objpaths, line);
663 if (!p->objpaths) {
665 "%s: %s: error: no objpaths specified or calculated.\n",
791 if (p->objpaths) {
792 fprintf(cachef, "special %s objpaths", p->name);
793 output_strlst(cachef, p->objpaths);
1037 output_strlst(outmk, p->objpaths);