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:VERSION_SCRIPT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
Makefile
7
VERSION_SCRIPT
:= libbpf.map
macro
9
grep -oE '^LIBBPF_([0-9.]+)' $(
VERSION_SCRIPT
) | \
165
$(OUTPUT)libbpf.so.$(LIBBPF_VERSION): $(BPF_IN_SHARED) $(
VERSION_SCRIPT
)
168
-Wl,--version-script=$(
VERSION_SCRIPT
) $< -lelf -lz -o $@
183
check_abi: $(OUTPUT)libbpf.so $(
VERSION_SCRIPT
)
189
"versioned in $(
VERSION_SCRIPT
)." >&2; \
210
check_version: $(
VERSION_SCRIPT
) libbpf_version.h
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
Makefile
7
VERSION_SCRIPT
:= libbpf.map
macro
9
grep -oE '^LIBBPF_([0-9.]+)' $(
VERSION_SCRIPT
) | \
187
$(OUTPUT)libbpf.so.$(LIBBPF_VERSION): $(BPF_IN_SHARED) $(
VERSION_SCRIPT
)
190
-Wl,--version-script=$(
VERSION_SCRIPT
) $< -lelf -lz -o $@
205
check_abi: $(OUTPUT)libbpf.so $(
VERSION_SCRIPT
)
211
"versioned in $(
VERSION_SCRIPT
)." >&2; \
/kernel/linux/linux-5.10/tools/lib/perf/
H
A
D
Makefile
84
VERSION_SCRIPT
:= libperf.map
macro
127
-Wl,--version-script=$(
VERSION_SCRIPT
) $^ -o $@
/kernel/linux/linux-6.6/tools/lib/thermal/
H
A
D
Makefile
87
VERSION_SCRIPT
:= libthermal.map
macro
112
-Wl,--version-script=$(
VERSION_SCRIPT
) $^ -o $@
/kernel/linux/linux-6.6/tools/lib/perf/
H
A
D
Makefile
86
VERSION_SCRIPT
:= libperf.map
macro
129
-Wl,--version-script=$(
VERSION_SCRIPT
) $^ -o $@
Completed in 3 milliseconds