Home
last modified time | relevance | path

Searched refs:readelf (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/ia64/scripts/
Dunwcheck.py22 readelf = os.getenv("READELF", "readelf") variable
40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/Linux-v5.4/tools/lib/bpf/
DMakefile146 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
150 VERSIONED_SYM_COUNT = $(shell readelf -s --wide $(OUTPUT)libbpf.so | \
218 readelf -s --wide $(OUTPUT)libbpf-in.o | \
222 readelf -s --wide $(OUTPUT)libbpf.so | \
/Linux-v5.4/arch/arm/vdso/
DMakefile62 if readelf -n $< | grep -q 'Build ID'; then \
63 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.4/scripts/
Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
/Linux-v5.4/arch/sparc/vdso/
DMakefile128 if readelf -n $< |grep -q 'Build ID'; then \
129 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.4/arch/arc/boot/
DMakefile10 LINUX_START_TEXT = $$(readelf -h vmlinux | \
/Linux-v5.4/arch/x86/entry/vdso/
DMakefile194 if readelf -n $< |grep -q 'Build ID'; then \
195 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.4/arch/ia64/
DMakefile17 READELF := $(CROSS_COMPILE)readelf
/Linux-v5.4/Documentation/admin-guide/
Dinit.rst30 ``readelf -d <INIT>|grep NEEDED`` to find out which libraries are required.
/Linux-v5.4/arch/x86/boot/compressed/
DMakefile105 ${CROSS_COMPILE}readelf -S $$obj | grep -qF .rel.local && { \
/Linux-v5.4/Documentation/livepatch/
Dmodule-elf-format.rst152 **`readelf --sections` output for a patch
177 **`readelf --relocs` output for a patch module:**
282 **`readelf --symbols` output for a patch module:**
/Linux-v5.4/tools/testing/selftests/bpf/
DMakefile18 LLVM_READELF ?= llvm-readelf
/Linux-v5.4/samples/bpf/
DMakefile219 readelf -S ./llvm_btf_verify.o | grep BTF; \
/Linux-v5.4/Documentation/bpf/
Dbtf.rst838 -bash-4.4$ readelf -S t2.o