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:LIBBPF_DESTDIR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H
A
D
Makefile
17
LIBBPF_DESTDIR
:= $(LIBBPF_OUTPUT)
macro
18
LIBBPF_INCLUDE := $(
LIBBPF_DESTDIR
)/include
81
DESTDIR=$(
LIBBPF_DESTDIR
) $(abspath $@) install_headers
88
LIBBPF_BOOTSTRAP_DESTDIR=$(
LIBBPF_DESTDIR
)/ bootstrap
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H
A
D
Makefile
40
LIBBPF_DESTDIR
:= $(LIBBPF_OUT)
macro
41
LIBBPF_INCLUDE := $(
LIBBPF_DESTDIR
)include
64
DESTDIR=$(
LIBBPF_DESTDIR
) $(HOST_OVERRIDES) prefix= subdir= \
93
$(
LIBBPF_DESTDIR
) \
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H
A
D
Makefile
17
LIBBPF_DESTDIR
:= $(LIBBPF_OUTPUT)
macro
18
LIBBPF_INCLUDE := $(
LIBBPF_DESTDIR
)/include
64
DESTDIR=$(
LIBBPF_DESTDIR
) $(abspath $@) install_headers
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
Makefile
26
LIBBPF_DESTDIR
:= $(LIBBPF_OUTPUT)
macro
27
LIBBPF_INCLUDE := $(
LIBBPF_DESTDIR
)include
47
DESTDIR=$(
LIBBPF_DESTDIR
:/=) prefix= $(LIBBPF) install_headers
/kernel/linux/linux-6.6/samples/hid/
H
A
D
Makefile
15
LIBBPF_DESTDIR
= $(LIBBPF_OUTPUT)
macro
16
LIBBPF_INCLUDE = $(
LIBBPF_DESTDIR
)/include
118
O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(
LIBBPF_DESTDIR
) prefix= \
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
53
LIBBPF_DESTDIR
= $(LIBBPF_OUTPUT)
macro
54
LIBBPF_INCLUDE = $(
LIBBPF_DESTDIR
)/include
251
O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(
LIBBPF_DESTDIR
) prefix= \
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
Makefile
127
LIBBPF_DESTDIR
=$(HOST_SCRATCH_DIR)/ \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
282
LIBBPF_DESTDIR
=$(HOST_SCRATCH_DIR)/ \
293
LIBBPF_DESTDIR
=$(SCRATCH_DIR)/ \
Completed in 4 milliseconds