Searched refs:readelf (Results 1 – 17 of 17) sorted by relevance
22 readelf = os.getenv("READELF", "readelf") variable40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
125 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 | \
77 if readelf -n $< | grep -q 'Build ID'; then \78 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
126 if readelf -n $< |grep -q 'Build ID'; then \127 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
52 The following ``llvm-readelf -r test.o`` shows the binary values of the four66 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
939 -bash-4.4$ readelf -S t2.o
18 readelf -h $1 > /dev/null 2>&1 || return 1
65 if readelf -WS "$fn" | grep -qwF .debug_line ; then
36 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些库。
39 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些庫。
194 if readelf -n $< |grep -q 'Build ID'; then \195 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
64 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
145 **`readelf --sections` output for a patch170 **`readelf --relocs` output for a patch module:**275 **`readelf --symbols` output for a patch module:**
25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
60 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \
232 LLVM_READELF ?= llvm-readelf
452 READELF = llvm-readelf461 READELF = $(CROSS_COMPILE)readelf
Completed in 38 milliseconds