Home
last modified time | relevance | path

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

/linux/arch/ia64/scripts/
A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf") variable
40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux/tools/lib/bpf/
A DMakefile125 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
130 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
188 readelf -s --wide $(BPF_IN_SHARED) | \
193 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/linux/arch/arm/vdso/
A DMakefile77 if readelf -n $< | grep -q 'Build ID'; then \
78 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/linux/arch/sparc/vdso/
A DMakefile126 if readelf -n $< |grep -q 'Build ID'; then \
127 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/linux/Documentation/bpf/
A Dllvm_reloc.rst52 The following ``llvm-readelf -r test.o`` shows the binary values of the four
66 The following is the symbol table with ``llvm-readelf -s test.o``::
206 ``llvm-readelf -r test.o``::
215 With ``llvm-readelf`` output, we can see that dwarf sections have a bunch of
A Dbtf.rst939 -bash-4.4$ readelf -S t2.o
/linux/scripts/
A Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
A Ddecode_stacktrace.sh65 if readelf -WS "$fn" | grep -qwF .debug_line ; then
/linux/Documentation/translations/zh_CN/admin-guide/
A Dinit.rst36 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些库。
/linux/Documentation/translations/zh_TW/admin-guide/
A Dinit.rst39 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些庫。
/linux/arch/x86/entry/vdso/
A DMakefile194 if readelf -n $< |grep -q 'Build ID'; then \
195 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/linux/tools/perf/tests/shell/
A Dbuildid.sh64 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/linux/Documentation/livepatch/
A Dmodule-elf-format.rst145 **`readelf --sections` output for a patch
170 **`readelf --relocs` output for a patch module:**
275 **`readelf --symbols` output for a patch module:**
/linux/Documentation/admin-guide/
A Dinit.rst25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
/linux/Documentation/kbuild/
A Dllvm.rst60 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \
/linux/samples/bpf/
A DMakefile232 LLVM_READELF ?= llvm-readelf
/linux/
A DMakefile452 READELF = llvm-readelf
461 READELF = $(CROSS_COMPILE)readelf

Completed in 25 milliseconds