Searched refs:LIBBPF_MAJOR_VERSION (Results 1 – 7 of 7) sorted by relevance
4 #if !defined(LIBBPF_MAJOR_VERSION) || (LIBBPF_MAJOR_VERSION < 1)
27 (LIBBPF_MAJOR_VERSION > (major) || \28 (LIBBPF_MAJOR_VERSION == (major) && LIBBPF_MINOR_VERSION >= (minor)))
6 #define LIBBPF_MAJOR_VERSION 1 macro
11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION))) macro167 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \170 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)271 *.o *.a *.so *.so.$(LIBBPF_MAJOR_VERSION) *.pc)
310 return LIBBPF_MAJOR_VERSION; in libbpf_major_version()322 return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION); in libbpf_version_string()
100 #define BPFTOOL_MAJOR_VERSION (LIBBPF_MAJOR_VERSION + 6)
185 …bpf/libbpf.h>' | $(CC) -E -dM -x c -| egrep -q "define[[:space:]]+LIBBPF_MAJOR_VERSION[[:space:]]+…