Searched refs:LIBBPF_MAJOR_VERSION (Results 1 – 8 of 8) 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)))
11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION))) macro174 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \177 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)278 *.o *.a *.so *.so.$(LIBBPF_MAJOR_VERSION) *.pc)
6 #define LIBBPF_MAJOR_VERSION 1 macro
347 return LIBBPF_MAJOR_VERSION; in libbpf_major_version()359 return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION); in libbpf_version_string()
169 #if LIBBPF_MAJOR_VERSION > 1 || \170 (LIBBPF_MAJOR_VERSION == 1 && LIBBPF_MINOR_VERSION >= 5)
100 #define BPFTOOL_MAJOR_VERSION (LIBBPF_MAJOR_VERSION + 6)
192 …f/libbpf.h>' | $(CC) -E -dM -x c -| grep -q -E "define[[:space:]]+LIBBPF_MAJOR_VERSION[[:space:]]+…