Searched refs:readelf (Results 1 – 10 of 10) sorted by relevance
22 readelf = os.getenv("READELF", "readelf") variable40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
68 if readelf -n $< | grep -q 'Build ID'; then \69 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
18 readelf -h $1 > /dev/null 2>&1 || return 1
127 if readelf -n $< |grep -q 'Build ID'; then \128 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
18 2.2.4 Example `readelf --sections` output19 2.2.5 Example `readelf --relocs` output27 3.3.4 Example `readelf --symbols` output162 2.2.4 Example `readelf --sections` output for a patch183 2.2.5 Example `readelf --relocs` output for a patch module:281 3.3.4 Example `readelf --symbols` output for a patch module:
10 LINUX_START_TEXT = $$(readelf -h vmlinux | \
184 if readelf -n $< |grep -q 'Build ID'; then \185 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
17 READELF := $(CROSS_COMPILE)readelf
103 ${CROSS_COMPILE}readelf -S $$obj | grep -qF .rel.local && { \
30 ``readelf -d <INIT>|grep NEEDED`` to find out which libraries are required.