Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/scripts/
Dunwcheck.py21 readelf = os.getenv("READELF", "readelf") variable
39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux-4.4.14/arch/arm/vdso/
DMakefile64 if readelf -n $< | grep -q 'Build ID'; then \
65 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/linux-4.4.14/scripts/
Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
/linux-4.4.14/arch/arc/boot/
DMakefile9 LINUX_START_TEXT = $$(readelf -h vmlinux | \
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile176 if readelf -n $< |grep -q 'Build ID'; then \
177 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/linux-4.4.14/arch/ia64/
DMakefile17 READELF := $(CROSS_COMPILE)readelf
/linux-4.4.14/Documentation/
Dinit.txt27 /lib/ld-linux.so.2 missing or broken. Use readelf -d <INIT>|grep NEEDED