Searched refs:LIBBPF_MAJOR_VERSION (Results 1 – 3 of 3) sorted by relevance
27 (LIBBPF_MAJOR_VERSION > (major) || \28 (LIBBPF_MAJOR_VERSION == (major) && LIBBPF_MINOR_VERSION >= (minor)))
11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION))) macro165 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \168 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)268 *.o *.a *.so *.so.$(LIBBPF_MAJOR_VERSION) *.pc)
6 #define LIBBPF_MAJOR_VERSION 0 macro
Completed in 4 milliseconds