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:skip_orig
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H
A
D
special.c
24
alt->
skip_orig
= true;
in arch_handle_alternative()
34
alt->
skip_orig
= true;
in arch_handle_alternative()
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
special.c
24
alt->
skip_orig
= true;
in arch_handle_alternative()
34
alt->
skip_orig
= true;
in arch_handle_alternative()
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
special.h
19
bool
skip_orig
;
member
H
A
D
check.c
27
bool
skip_orig
;
member
1540
alt->
skip_orig
= special_alt->
skip_orig
;
in add_special_section_alts()
2949
bool
skip_orig
= false;
in validate_branch()
local
2952
if (alt->
skip_orig
)
in validate_branch()
2953
skip_orig
= true;
in validate_branch()
2963
if (
skip_orig
)
in validate_branch()
3164
bool
skip_orig
= false;
in validate_entry()
local
3167
if (alt->
skip_orig
)
in validate_entry()
3168
skip_orig
in validate_entry()
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
special.h
19
bool
skip_orig
;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
27
bool
skip_orig
;
member
1983
alt->
skip_orig
= special_alt->
skip_orig
;
in add_special_section_alts()
3645
bool
skip_orig
= false;
in validate_branch()
local
3648
if (alt->
skip_orig
)
in validate_branch()
3649
skip_orig
= true;
in validate_branch()
3658
if (
skip_orig
)
in validate_branch()
3847
bool
skip_orig
= false;
in validate_unret()
local
3850
if (alt->
skip_orig
)
in validate_unret()
3851
skip_orig
in validate_unret()
[all...]
Completed in 8 milliseconds