Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:readelf
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/scripts/
H
A
D
unwcheck.py
22
readelf
= os.getenv("READELF", "
readelf
")
variable
40
for line in os.popen("%s -u %s" % (
readelf
, sys.argv[1])):
/kernel/linux/linux-6.6/arch/ia64/scripts/
H
A
D
unwcheck.py
22
readelf
= os.getenv("READELF", "
readelf
")
variable
40
for line in os.popen("%s -u %s" % (
readelf
, sys.argv[1])):
/kernel/linux/linux-5.10/arch/arm/vdso/
H
A
D
Makefile
78
if
readelf
-n $< | grep -q 'Build ID'; then \
79
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/arm/vdso/
H
A
D
Makefile
76
if
readelf
-n $< | grep -q 'Build ID'; then \
77
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
Makefile
143
GLOBAL_SYM_COUNT = $(shell
readelf
-s --wide $(BPF_IN_SHARED) | \
148
VERSIONED_SYM_COUNT = $(shell
readelf
--dyn-syms --wide $(OUTPUT)libbpf.so | \
212
readelf
-s --wide $(BPF_IN_SHARED) | \
217
readelf
--dyn-syms --wide $(OUTPUT)libbpf.so | \
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
Makefile
127
GLOBAL_SYM_COUNT = $(shell
readelf
-s --wide $(BPF_IN_SHARED) | \
132
VERSIONED_SYM_COUNT = $(shell
readelf
--dyn-syms --wide $(OUTPUT)libbpf.so | \
190
readelf
-s --wide $(BPF_IN_SHARED) | \
195
readelf
--dyn-syms --wide $(OUTPUT)libbpf.so | \
/kernel/linux/linux-5.10/scripts/
H
A
D
extract-vmlinux
15
# Use
readelf
to check if it's a valid ELF
18
readelf
-h $1 > /dev/null 2>&1 || return 1
H
A
D
decode_stacktrace.sh
32
READELF=${UTIL_PREFIX}
readelf
${UTIL_SUFFIX}
/kernel/linux/linux-6.6/scripts/
H
A
D
extract-vmlinux
15
# Use
readelf
to check if it's a valid ELF
18
readelf
-h $1 > /dev/null 2>&1 || return 1
H
A
D
decode_stacktrace.sh
31
READELF=${UTIL_PREFIX}
readelf
${UTIL_SUFFIX}
/kernel/liteos_m/components/dynlink/script/
H
A
D
so_parse
34
READELF=
readelf
/kernel/linux/linux-5.10/arch/sparc/vdso/
H
A
D
Makefile
126
if
readelf
-n $< |grep -q 'Build ID'; then \
127
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/sparc/vdso/
H
A
D
Makefile
127
if
readelf
-n $< |grep -q 'Build ID'; then \
128
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/arch/arc/boot/
H
A
D
Makefile
10
LINUX_START_TEXT = $$(
readelf
-h vmlinux | \
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H
A
D
buildid.sh
5
# skip if there's no
readelf
6
if ! [ -x "$(command -v
readelf
)" ]; then
7
echo "failed: no
readelf
, install binutils"
27
id=`
readelf
-n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H
A
D
Makefile
192
if
readelf
-n $< |grep -q 'Build ID'; then \
193
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H
A
D
Makefile
200
if
readelf
-n $< |grep -q 'Build ID'; then \
201
buildid=`
readelf
-n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
/kernel/linux/linux-5.10/arch/ia64/
H
A
D
Makefile
17
READELF := $(CROSS_COMPILE)
readelf
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
buildid.sh
5
# skip if there's no
readelf
6
if ! [ -x "$(command -v
readelf
)" ]; then
7
echo "failed: no
readelf
, install binutils"
64
id=`
readelf
-n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/kernel/linux/linux-6.6/samples/hid/
H
A
D
Makefile
66
LLVM_READELF ?= llvm-
readelf
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
Makefile
240
readelf
-S ./llvm_btf_verify.o | grep BTF; \
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
199
LLVM_READELF ?= llvm-
readelf
/kernel/linux/linux-5.10/
H
A
D
Makefile
444
READELF = llvm-
readelf
453
READELF = $(CROSS_COMPILE)
readelf
/kernel/linux/linux-6.6/
H
A
D
Makefile
489
READELF = $(LLVM_PREFIX)llvm-
readelf
$(LLVM_SUFFIX)
498
READELF = $(CROSS_COMPILE)
readelf
Completed in 13 milliseconds