Home
last modified time | relevance | path

Searched refs:readelf (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/scripts/
H A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf") variable
40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/kernel/linux/linux-6.6/arch/ia64/scripts/
H A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf") variable
40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/kernel/linux/linux-5.10/arch/arm/vdso/
H A DMakefile78 if readelf -n $< | grep -q 'Build ID'; then \
79 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/arm/vdso/
H A DMakefile76 if readelf -n $< | grep -q 'Build ID'; then \
77 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile143 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
148 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
212 readelf -s --wide $(BPF_IN_SHARED) | \
217 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/kernel/linux/linux-6.6/tools/lib/bpf/
H A DMakefile127 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
132 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
190 readelf -s --wide $(BPF_IN_SHARED) | \
195 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/kernel/linux/linux-5.10/scripts/
H A Dextract-vmlinux15 # Use readelf to check if it's a valid ELF
18 readelf -h $1 > /dev/null 2>&1 || return 1
H A Ddecode_stacktrace.sh32 READELF=${UTIL_PREFIX}readelf${UTIL_SUFFIX}
/kernel/linux/linux-6.6/scripts/
H A Dextract-vmlinux15 # Use readelf to check if it's a valid ELF
18 readelf -h $1 > /dev/null 2>&1 || return 1
H A Ddecode_stacktrace.sh31 READELF=${UTIL_PREFIX}readelf${UTIL_SUFFIX}
/kernel/liteos_m/components/dynlink/script/
H A Dso_parse34 READELF=readelf
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A DMakefile126 if readelf -n $< |grep -q 'Build ID'; then \
127 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A DMakefile127 if readelf -n $< |grep -q 'Build ID'; then \
128 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile10 LINUX_START_TEXT = $$(readelf -h vmlinux | \
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dbuildid.sh5 # skip if there's no readelf
6 if ! [ -x "$(command -v readelf)" ]; then
7 echo "failed: no readelf, install binutils"
27 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A DMakefile192 if readelf -n $< |grep -q 'Build ID'; then \
193 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A DMakefile200 if readelf -n $< |grep -q 'Build ID'; then \
201 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/arch/ia64/
H A DMakefile17 READELF := $(CROSS_COMPILE)readelf
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dbuildid.sh5 # skip if there's no readelf
6 if ! [ -x "$(command -v readelf)" ]; then
7 echo "failed: no readelf, install binutils"
64 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile66 LLVM_READELF ?= llvm-readelf
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile240 readelf -S ./llvm_btf_verify.o | grep BTF; \
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile199 LLVM_READELF ?= llvm-readelf
/kernel/linux/linux-5.10/
H A DMakefile444 READELF = llvm-readelf
453 READELF = $(CROSS_COMPILE)readelf
/kernel/linux/linux-6.6/
H A DMakefile489 READELF = $(LLVM_PREFIX)llvm-readelf$(LLVM_SUFFIX)
498 READELF = $(CROSS_COMPILE)readelf

Completed in 13 milliseconds