Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/tools/lib/bpf/
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 | \
/Linux-v5.10/arch/arm/vdso/
DMakefile76 if readelf -n $< | grep -q 'Build ID'; then \
77 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.10/scripts/
Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
Ddecode_stacktrace.sh42 if readelf -WS "$fn" | grep -qwF .debug_line ; then
/Linux-v5.10/arch/sparc/vdso/
DMakefile126 if readelf -n $< |grep -q 'Build ID'; then \
127 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.10/tools/perf/tests/shell/
Dbuildid.sh27 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/Linux-v5.10/arch/arc/boot/
DMakefile10 LINUX_START_TEXT = $$(readelf -h vmlinux | \
/Linux-v5.10/arch/x86/entry/vdso/
DMakefile191 if readelf -n $< |grep -q 'Build ID'; then \
192 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v5.10/arch/ia64/
DMakefile17 READELF := $(CROSS_COMPILE)readelf
/Linux-v5.10/Documentation/admin-guide/
Dinit.rst25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
/Linux-v5.10/Documentation/livepatch/
Dmodule-elf-format.rst151 **`readelf --sections` output for a patch
176 **`readelf --relocs` output for a patch module:**
281 **`readelf --symbols` output for a patch module:**
/Linux-v5.10/Documentation/kbuild/
Dllvm.rst60 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \
/Linux-v5.10/samples/bpf/
DMakefile240 readelf -S ./llvm_btf_verify.o | grep BTF; \
/Linux-v5.10/
DMakefile435 READELF = llvm-readelf
444 READELF = $(CROSS_COMPILE)readelf
/Linux-v5.10/Documentation/bpf/
Dbtf.rst899 -bash-4.4$ readelf -S t2.o