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:KDIR
(Results
1 - 20
of
20
) sorted by relevance
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/
H
A
D
Makefile
5
# $ make
KDIR
=/path/to/actual/kernel/source/dir
7
KDIR
:= /tmp/some/kernel/source/dir
macro
11
make -C $(
KDIR
) tinyconfig
12
cd $(
KDIR
) && ./scripts/config -e 64BIT -e MODULES -e MODVERSIONS -e CONFIG_DEBUG_INFO
13
$(MAKE) -C $(
KDIR
) olddefconfig
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H
A
D
Makefile
8
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
12
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
15
$(MAKE) -C $(
KDIR
) M=$(PWD) clean
19
$(MAKE) -C $(
KDIR
) M=$(PWD) help
22
$(MAKE) -C $(
KDIR
) M=$(PWD) modules_install
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
Makefile
12
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
16
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
20
$(MAKE) -C $(
KDIR
) M=$(PWD) clean
24
$(MAKE) -C $(
KDIR
) M=$(PWD) help
27
$(MAKE) -C $(
KDIR
) M=$(PWD) modules_install
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H
A
D
Makefile
8
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
12
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
15
$(MAKE) -C $(
KDIR
) M=$(PWD) clean
19
$(MAKE) -C $(
KDIR
) M=$(PWD) help
22
$(MAKE) -C $(
KDIR
) M=$(PWD) modules_install
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/
H
A
D
Makefile
8
KDIR
:= /tmp/some/kernel/source/dir
macro
12
make -C $(
KDIR
) tinyconfig
13
pushd $(
KDIR
); ./scripts/config -e 64BIT -e MODULES; $(MAKE) olddefconfig; popd
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/libabigail/tests/data/test-symtab/kernel-5.6/
H
A
D
Makefile
8
KDIR
:= /tmp/some/kernel/source/dir
macro
12
make -C $(
KDIR
) tinyconfig
13
pushd $(
KDIR
); ./scripts/config -e 64BIT -e MODULES; $(MAKE) olddefconfig; popd
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/
H
A
D
Makefile
8
KDIR
:= /tmp/some/kernel/source/dir
macro
12
make -C $(
KDIR
) tinyconfig
13
pushd $(
KDIR
); ./scripts/config -e 64BIT -e MODULES; $(MAKE) olddefconfig; popd
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/libabigail/tests/data/test-symtab/kernel/
H
A
D
Makefile
8
KDIR
:= /tmp/some/kernel/source/dir
macro
12
make -C $(
KDIR
) tinyconfig
13
pushd $(
KDIR
); ./scripts/config -e 64BIT -e MODULES; $(MAKE) olddefconfig; popd
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/
H
A
D
Makefile
8
KDIR
:= /tmp/some/kernel/source/dir
macro
12
make -C $(
KDIR
) tinyconfig
13
pushd $(
KDIR
); ./scripts/config -e 64BIT -e MODULES; $(MAKE) olddefconfig; popd
14
$(MAKE) -C $(
KDIR
)
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
Makefile
11
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
15
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
20
$(MAKE) -C $(
KDIR
) M=$(PWD) clean
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H
A
D
Makefile
2
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
3
CFLAGS := -I$(
KDIR
)/drivers/char/drm
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H
A
D
Makefile
12
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
16
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kdump/lib/kprobes/
H
A
D
Makefile
3
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
6
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kdump/lib/crasher/
H
A
D
Makefile
2
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
6
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H
A
D
Makefile
13
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
17
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H
A
D
Makefile
10
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
14
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H
A
D
Makefile
12
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
16
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/include/
H
A
D
Makefile
12
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
16
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kdump/lib/lkdtm/
H
A
D
Makefile
2
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
11
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
Makefile
13
KDIR
:= /lib/modules/$(shell uname -r)/build
macro
17
$(MAKE) -C $(
KDIR
) M=$(PWD) modules
Completed in 3 milliseconds