Home
last modified time | relevance | path

Searched refs:libelf (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/tools/build/
H A DMakefile.feature76 libelf \
77 libelf-getphdrnum \
78 libelf-gelf_getnote \
79 libelf-getshdrstrndx \
80 libelf-zstd \
153 libelf \
/linux-6.15/tools/build/feature/
H A DMakefile26 test-libelf.bin \
27 test-libelf-getphdrnum.bin \
28 test-libelf-gelf_getnote.bin \
29 test-libelf-getshdrstrndx.bin \
30 test-libelf-zstd.bin \
144 $(OUTPUT)test-libelf.bin:
190 $(OUTPUT)test-libelf-getphdrnum.bin:
193 $(OUTPUT)test-libelf-gelf_getnote.bin:
196 $(OUTPUT)test-libelf-getshdrstrndx.bin:
199 $(OUTPUT)test-libelf-zstd.bin:
/linux-6.15/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst6 libelf and zlib are internal dependencies of libbpf and thus are required to link
8 pkg-config is used by default to find libelf, and the program called
30 To build both static libbpf.a and shared libbpf.so against a custom libelf
/linux-6.15/tools/perf/
H A DMakefile.config437 ifeq ($(feature-libelf), 0)
445 …$(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please install libel…
538 ifeq ($(feature-libelf-getphdrnum), 1)
542 ifeq ($(feature-libelf-gelf_getnote), 1)
545 $(warning gelf_getnote() not found on libelf, SDT support disabled)
548 ifeq ($(feature-libelf-getshdrstrndx), 1)
552 ifeq ($(feature-libelf-zstd), 1)
554 $(error Error: libzstd is required by libelf, please do not set NO_LIBZSTD)
681 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
/linux-6.15/tools/objtool/
H A DMakefile21 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
22 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
/linux-6.15/tools/bpf/resolve_btfids/
H A DMakefile65 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
66 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.pc.template11 Requires.private: libelf zlib
/linux-6.15/scripts/package/
H A Dkernel.spec20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
H A DPKGBUILD28 libelf
H A Dmkdebian213 kmod, libdw-dev:native, libelf-dev:native,
/linux-6.15/tools/perf/Documentation/
H A Dperf-check.txt58 libelf / HAVE_LIBELF_SUPPORT
/linux-6.15/tools/bpf/bpftool/
H A DMakefile108 FEATURE_TESTS += libelf-zstd
136 ifeq ($(feature-libelf-zstd),1)
/linux-6.15/samples/bpf/
H A DREADME.rst118 say libelf, providing address to file system containing headers and libs,
/linux-6.15/Documentation/bpf/
H A Ds390.rst59 libelf-dev:s390x \
/linux-6.15/tools/testing/selftests/bpf/
H A DMakefile34 LIBELF_CFLAGS := $(shell $(PKG_CONFIG) libelf --cflags 2>/dev/null)
35 LIBELF_LIBS := $(shell $(PKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
/linux-6.15/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst105 'pahole', 'perl', and the development headers for 'libelf' and 'openssl'. The
437 pahole perl-base libssl-dev libelf-dev
441 sudo dnf install binutils /usr/include/{libelf.h,openssl/pkcs7.h} \
447 openssl openssl-devel libelf-dev
H A Dverify-bugs-and-bisect-regressions.rst365 'pahole', 'perl', and the development headers for 'libelf' and 'openssl'. The
1237 sudo pacman --needed -S bc binutils bison flex gcc git kmod libelf openssl \
1242 sudo apt install bc binutils bison dwarves flex gcc git kmod libelf-dev \
1250 /usr/include/{libelf.h,openssl/pkcs7.h,zlib.h,ncurses.h,qt6/QtGui/QAction}
1255 kernel-install-tools libelf-devel make modutils openssl openssl-devel \
H A Dworkload-tracing.rst86 sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst187 the majority of the libbpf infrastructure, and does not need libelf.