Lines Matching refs:shell
20 BPF_GCC ?= $(shell command -v bpf-gcc;)
42 SUBREG_CODEGEN := $(shell echo "int cal(int a) { return a > 0; }" | \
129 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
146 $(shell $(1) -v -E - </dev/null 2>&1 \
165 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
166 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
167 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm')
168 BTF_LLVM_PROBE := $(shell echo "int main() { return 0; }" | \
224 IS_LITTLE_ENDIAN = $(shell $(CC) -dM -E - </dev/null | \
276 $(shell ( cd prog_tests/; \
291 $(shell ( cd map_tests/; \
312 $(shell ( cd verifier/; \