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:last_insn
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
orc_gen.c
135
return alt_group->
last_insn
->offset +
in alt_group_len()
136
alt_group->
last_insn
->len -
in alt_group_len()
206
insn = alt_group->
last_insn
;
in orc_create()
H
A
D
check.h
30
struct instruction *first_insn, *
last_insn
;
member
H
A
D
check.c
1346
orig_alt_group->
last_insn
= last_orig_insn;
in handle_group_alt()
1444
new_alt_group->
last_insn
= nop ? : last_new_insn;
in handle_group_alt()
2849
if (alt_group && insn == alt_group->
last_insn
&& alt_group->orig_group)
in next_insn_to_validate()
2850
return next_insn_same_sec(file, alt_group->orig_group->
last_insn
);
in next_insn_to_validate()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
orc_gen.c
155
return alt_group->
last_insn
->offset +
in alt_group_len()
156
alt_group->
last_insn
->len -
in alt_group_len()
222
insn = alt_group->
last_insn
;
in orc_create()
H
A
D
check.c
1761
orig_alt_group->
last_insn
= last_orig_insn;
in handle_group_alt()
1764
if (orig_alt_group->
last_insn
->offset + orig_alt_group->
last_insn
->len -
in handle_group_alt()
1767
orig_alt_group->
last_insn
->offset +
in handle_group_alt()
1768
orig_alt_group->
last_insn
->len -
in handle_group_alt()
1847
insn->jump_dest = next_insn_same_sec(file, orig_alt_group->
last_insn
);
in handle_group_alt()
1864
new_alt_group->
last_insn
= last_new_insn;
in handle_group_alt()
3516
* alt_group->
last_insn
in next_insn_to_validate()
3517
* [alt_group->nop] -> next(orig_group->
last_insn
)
in next_insn_to_validate()
3522
if (insn == alt_group->
last_insn
)
in next_insn_to_validate()
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
30
struct instruction *first_insn, *
last_insn
, *nop;
member
Completed in 10 milliseconds