Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/arm/vdso/
DMakefile68 if readelf -n $< | grep -q 'Build ID'; then \
69 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v4.19/scripts/
Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
/Linux-v4.19/arch/sparc/vdso/
DMakefile127 if readelf -n $< |grep -q 'Build ID'; then \
128 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt18 2.2.4 Example `readelf --sections` output
19 2.2.5 Example `readelf --relocs` output
27 3.3.4 Example `readelf --symbols` output
162 2.2.4 Example `readelf --sections` output for a patch
183 2.2.5 Example `readelf --relocs` output for a patch module:
281 3.3.4 Example `readelf --symbols` output for a patch module:
/Linux-v4.19/arch/arc/boot/
DMakefile10 LINUX_START_TEXT = $$(readelf -h vmlinux | \
/Linux-v4.19/arch/x86/entry/vdso/
DMakefile184 if readelf -n $< |grep -q 'Build ID'; then \
185 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/Linux-v4.19/arch/ia64/
DMakefile17 READELF := $(CROSS_COMPILE)readelf
/Linux-v4.19/arch/x86/boot/compressed/
DMakefile103 ${CROSS_COMPILE}readelf -S $$obj | grep -qF .rel.local && { \
/Linux-v4.19/Documentation/admin-guide/
Dinit.rst30 ``readelf -d <INIT>|grep NEEDED`` to find out which libraries are required.