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:insn_list
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.h
93
list_for_each_entry(insn, &file->
insn_list
, list)
97
insn && &insn->list != &file->
insn_list
&& \
H
A
D
objtool.h
19
struct list_head
insn_list
;
member
H
A
D
builtin-orc.c
51
if (list_empty(&file->
insn_list
))
in cmd_orc()
H
A
D
objtool.c
62
INIT_LIST_HEAD(&file.
insn_list
);
in objtool_open_read()
H
A
D
check.c
54
if (!next || &next->list == &file->
insn_list
|| next->sec != insn->sec)
in next_insn_same_sec()
69
if (&next->list != &file->
insn_list
&& next->func == func)
in next_insn_same_func()
85
if (&prev->list != &file->
insn_list
&& prev->func == insn->func)
in prev_insn_same_sym()
98
insn && &insn->list != &file->
insn_list
&& \
105
&insn->list != &file->
insn_list
&& \
397
list_add_tail(&insn->list, &file->
insn_list
);
in decode_instructions()
3126
insn = list_first_entry(&file->
insn_list
, typeof(*insn), list);
in validate_unwind_hints()
3129
while (&insn->list != &file->
insn_list
&& (!sec || insn->sec == sec)) {
in validate_unwind_hints()
3523
if (list_empty(&file->
insn_list
))
in check()
Completed in 5 milliseconds