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:ex_to_insn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
extable.c
16
#define
ex_to_insn
(x) ((x)->insn)
macro
18
static inline unsigned long
ex_to_insn
(const struct exception_table_entry *x)
in ex_to_insn()
function
57
if (
ex_to_insn
(x) >
ex_to_insn
(y))
in cmp_ex_sort()
59
if (
ex_to_insn
(x) <
ex_to_insn
(y))
in cmp_ex_sort()
80
within_module_init(
ex_to_insn
(&m->extable[0]), m)) {
in trim_init_extable()
86
within_module_init(
ex_to_insn
(&m->extable[m->num_exentries - 1]),
in trim_init_extable()
101
if (_key >
ex_to_insn
(_elt))
in cmp_ex_search()
103
if (_key <
ex_to_insn
(_el
in cmp_ex_search()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
extable.c
16
#define
ex_to_insn
(x) ((x)->insn)
macro
18
static inline unsigned long
ex_to_insn
(const struct exception_table_entry *x)
in ex_to_insn()
function
56
if (
ex_to_insn
(x) >
ex_to_insn
(y))
in cmp_ex_sort()
58
if (
ex_to_insn
(x) <
ex_to_insn
(y))
in cmp_ex_sort()
79
within_module_init(
ex_to_insn
(&m->extable[0]), m)) {
in trim_init_extable()
85
within_module_init(
ex_to_insn
(&m->extable[m->num_exentries - 1]),
in trim_init_extable()
97
if (_key >
ex_to_insn
(_elt))
in cmp_ex_search()
99
if (_key <
ex_to_insn
(_el
in cmp_ex_search()
[all...]
Completed in 2 milliseconds