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:first_insn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.h
30
struct instruction *
first_insn
, *last_insn;
member
H
A
D
orc_gen.c
137
alt_group->
first_insn
->offset;
in alt_group_len()
H
A
D
check.c
125
alt_group->orig_group->
first_insn
->jump_table;
in is_jump_table_jump()
1345
orig_alt_group->
first_insn
= orig_insn;
in handle_group_alt()
1443
new_alt_group->
first_insn
= *new_insn;
in handle_group_alt()
2622
group_off = insn->offset - insn->alt_group->
first_insn
->offset;
in propagate_alt_cfi()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
30
struct instruction *
first_insn
, *last_insn, *nop;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
orc_gen.c
157
alt_group->
first_insn
->offset;
in alt_group_len()
H
A
D
check.c
161
insn_jump_table(alt_group->orig_group->
first_insn
);
in is_jump_table_jump()
1760
orig_alt_group->
first_insn
= orig_insn;
in handle_group_alt()
1765
orig_alt_group->
first_insn
->offset != special_alt->orig_len) {
in handle_group_alt()
1769
orig_alt_group->
first_insn
->offset,
in handle_group_alt()
1863
new_alt_group->
first_insn
= *new_insn;
in handle_group_alt()
3239
group_off = insn->offset - insn->alt_group->
first_insn
->offset;
in propagate_alt_cfi()
3246
struct instruction *orig = orig_group->
first_insn
;
in propagate_alt_cfi()
3514
* insn->alts->insn -> alt_group->
first_insn
in next_insn_to_validate()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
566
struct bpf_insn *new_insn, *
first_insn
= NULL;
in bpf_convert_filter()
local
578
first_insn
= new_prog->insnsi;
in bpf_convert_filter()
586
new_insn =
first_insn
;
in bpf_convert_filter()
626
addrs[i] = new_insn -
first_insn
;
in bpf_convert_filter()
884
*new_len = new_insn -
first_insn
;
in bpf_convert_filter()
891
if (new_flen != new_insn -
first_insn
) {
in bpf_convert_filter()
892
new_flen = new_insn -
first_insn
;
in bpf_convert_filter()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
566
struct bpf_insn *new_insn, *
first_insn
= NULL;
in bpf_convert_filter()
local
578
first_insn
= new_prog->insnsi;
in bpf_convert_filter()
586
new_insn =
first_insn
;
in bpf_convert_filter()
626
addrs[i] = new_insn -
first_insn
;
in bpf_convert_filter()
884
*new_len = new_insn -
first_insn
;
in bpf_convert_filter()
891
if (new_flen != new_insn -
first_insn
) {
in bpf_convert_filter()
892
new_flen = new_insn -
first_insn
;
in bpf_convert_filter()
Completed in 36 milliseconds