Lines Matching refs:LINTOUT
132 $(LINT_HDR) "elfedit modules" > $(LINTOUT)
133 $(LINT_HDR) -s "cap.so" >> $(LINTOUT)
134 $(LINT.c) ../common/cap.c 2>&1 | tee -a $(LINTOUT)
136 $(LINT_HDR) -s "dyn.so" >> $(LINTOUT)
137 $(LINT.c) ../common/dyn.c 2>&1 | tee -a $(LINTOUT)
139 $(LINT_HDR) -s "ehdr.so" >> $(LINTOUT)
140 $(LINT.c) ../common/ehdr.c 2>&1 | tee -a $(LINTOUT)
142 $(LINT_HDR) -s "phdr.so" >> $(LINTOUT)
143 $(LINT.c) ../common/phdr.c 2>&1 | tee -a $(LINTOUT)
145 $(LINT_HDR) -s "shdr.so" >> $(LINTOUT)
146 $(LINT.c) ../common/shdr.c 2>&1 | tee -a $(LINTOUT)
148 $(LINT_HDR) -s "str.so" >> $(LINTOUT)
149 $(LINT.c) ../common/str.c 2>&1 | tee -a $(LINTOUT)
151 $(LINT_HDR) -s "sym.so" >> $(LINTOUT)
152 $(LINT.c) ../common/sym.c 2>&1 | tee -a $(LINTOUT)
154 $(LINT_HDR) -s "syminfo.so" >> $(LINTOUT)
155 $(LINT.c) ../common/syminfo.c 2>&1 | tee -a $(LINTOUT)