Home
last modified time | relevance | path

Searched refs:GLOBAL_SYM_COUNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile143 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \ macro
206 @if [ "$(GLOBAL_SYM_COUNT)" != "$(VERSIONED_SYM_COUNT)" ]; then \
208 "($(GLOBAL_SYM_COUNT)) does NOT match with num of" \
/kernel/linux/linux-6.6/tools/lib/bpf/
H A DMakefile127 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \ macro
184 @if [ "$(GLOBAL_SYM_COUNT)" != "$(VERSIONED_SYM_COUNT)" ]; then \
186 "($(GLOBAL_SYM_COUNT)) does NOT match with num of" \

Completed in 2 milliseconds