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:is_linux_kernel
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-elf-reader.cc
705
load_in_linux_kernel_mode() && elf_helpers::
is_linux_kernel
(elf_handle());
in function_symbol_is_exported()
737
load_in_linux_kernel_mode() && elf_helpers::
is_linux_kernel
(elf_handle());
in variable_symbol_is_exported()
764
&& elf_helpers::
is_linux_kernel
(elf_handle()));
in function_symbol_is_exported()
794
&& elf_helpers::
is_linux_kernel
(elf_handle()));
in variable_symbol_is_exported()
874
if (
is_linux_kernel
(elf_handle()))
in read_corpus()
H
A
D
abg-elf-helpers.h
198
is_linux_kernel
(Elf *elf_handle);
H
A
D
abg-symtab-reader.cc
265
const bool is_kernel = elf_helpers::
is_linux_kernel
(elf_handle);
in load_()
406
is_kernel_binary_ = elf_helpers::
is_linux_kernel
(elf_handle);
in load_()
H
A
D
abg-elf-helpers.cc
647
if (
is_linux_kernel
(elf_handle))
in find_ksymtab_strings_section()
1205
is_linux_kernel
(Elf *elf_handle)
in is_linux_kernel()
function
Completed in 5 milliseconds