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:alt_group
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
orc_gen.c
133
static unsigned long alt_group_len(struct
alt_group
*
alt_group
)
in alt_group_len()
argument
135
return
alt_group
->last_insn->offset +
in alt_group_len()
136
alt_group
->last_insn->len -
in alt_group_len()
137
alt_group
->first_insn->offset;
in alt_group_len()
164
struct
alt_group
*
alt_group
= insn->
alt_group
;
in orc_create()
local
167
if (!
alt_group
) {
in orc_create()
185
*
alt_group
'
in orc_create()
[all...]
H
A
D
check.h
22
struct
alt_group
{
struct
27
struct
alt_group
*orig_group;
55
struct
alt_group
*
alt_group
;
member
H
A
D
check.c
118
struct
alt_group
*
alt_group
= insn->
alt_group
;
in is_jump_table_jump()
local
124
return
alt_group
&&
alt_group
->orig_group &&
in is_jump_table_jump()
125
alt_group
->orig_group->first_insn->jump_table;
in is_jump_table_jump()
1319
struct
alt_group
*orig_alt_group, *new_alt_group;
in handle_group_alt()
1341
insn->
alt_group
= orig_alt_group;
in handle_group_alt()
1358
*
alt_group
the same size as the original. This is needed to
in handle_group_alt()
1377
nop->
alt_group
in handle_group_alt()
2842
struct
alt_group
*
alt_group
= insn->
alt_group
;
next_insn_to_validate()
local
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
orc_gen.c
153
static unsigned long alt_group_len(struct
alt_group
*
alt_group
)
in alt_group_len()
argument
155
return
alt_group
->last_insn->offset +
in alt_group_len()
156
alt_group
->last_insn->len -
in alt_group_len()
157
alt_group
->first_insn->offset;
in alt_group_len()
180
struct
alt_group
*
alt_group
= insn->
alt_group
;
in orc_create()
local
183
if (!
alt_group
) {
in orc_create()
201
*
alt_group
'
in orc_create()
[all...]
H
A
D
check.c
154
struct
alt_group
*
alt_group
= insn->
alt_group
;
in is_jump_table_jump()
local
160
return
alt_group
&&
alt_group
->orig_group &&
in is_jump_table_jump()
161
insn_jump_table(
alt_group
->orig_group->first_insn);
in is_jump_table_jump()
1732
struct
alt_group
*orig_alt_group, *new_alt_group;
in handle_group_alt()
1735
orig_alt_group = orig_insn->
alt_group
;
in handle_group_alt()
1756
insn->
alt_group
= orig_alt_group;
in handle_group_alt()
1784
*
alt_group
th
in handle_group_alt()
3507
struct
alt_group
*
alt_group
= insn->
alt_group
;
next_insn_to_validate()
local
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
22
struct
alt_group
{
struct
27
struct
alt_group
*orig_group;
69
struct
alt_group
*
alt_group
;
member
Completed in 7 milliseconds