Home
last modified time | relevance | path

Searched refs:LLVM_STRIP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/kernel/bpf/preload/iterators/
DMakefile5 LLVM_STRIP ?= llvm-strip macro
45 $(LLVM_STRIP) -g $@
/Linux-v5.15/tools/bpf/runqslower/
DMakefile63 $(LLVM_STRIP) -g $@
/Linux-v5.15/tools/scripts/
DMakefile.include86 LLVM_STRIP ?= llvm-strip
/Linux-v5.15/tools/bpf/bpftool/
DMakefile169 -g -O2 -Wall -target bpf -c $< -o $@ && $(LLVM_STRIP) -g $@
/Linux-v5.15/tools/perf/
DMakefile.perf186 LLVM_STRIP ?= llvm-strip
1065 -c $(filter util/bpf_skel/%.bpf.c,$^) -o $@ && $(LLVM_STRIP) -g $@