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:CFI_SP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
decode.c
60
case
CFI_SP
:
in arch_callee_saved_reg()
126
#define have_SIB() ((modrm_rm & 7) ==
CFI_SP
&& mod_is_mem())
129
sib_base == (reg) && sib_index ==
CFI_SP
: \
212
if (rex_w && rm_is_reg(
CFI_SP
)) {
in arch_decode_instruction()
219
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
277
if (!rm_is_reg(
CFI_SP
))
in arch_decode_instruction()
299
op->src.reg =
CFI_SP
;
in arch_decode_instruction()
302
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
310
op->src.reg =
CFI_SP
;
in arch_decode_instruction()
313
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
[all...]
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H
A
D
decode.c
26
{
CFI_SP
, CFI_R12},
61
case
CFI_SP
:
in arch_callee_saved_reg()
151
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
200
op->src.reg =
CFI_SP
;
in arch_decode_instruction()
203
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
218
op->src.reg =
CFI_SP
;
in arch_decode_instruction()
221
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
231
op->src.reg =
CFI_SP
;
in arch_decode_instruction()
245
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
271
op->dest.reg =
CFI_SP
;
in arch_decode_instruction()
[all...]
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.c
2160
if (cfa->base !=
CFI_SP
&& cfa->base != CFI_SP_INDIRECT)
in update_cfi_state_regs()
2173
op->dest.reg ==
CFI_SP
&& op->src.reg ==
CFI_SP
)
in update_cfi_state_regs()
2272
if (op->src.reg ==
CFI_SP
&& op->dest.reg == CFI_BP &&
in update_cfi_state()
2273
cfa->base ==
CFI_SP
&&
in update_cfi_state()
2282
else if (op->src.reg ==
CFI_SP
&&
in update_cfi_state()
2291
else if (op->src.reg ==
CFI_SP
&& cfa->base ==
CFI_SP
) {
in update_cfi_state()
2307
else if (op->src.reg == CFI_BP && op->dest.reg ==
CFI_SP
&&
in update_cfi_state()
2321
if (cfa->base ==
CFI_SP
in update_cfi_state()
[all...]
H
A
D
orc_gen.c
36
case
CFI_SP
:
in init_orc_entry()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
2719
if (cfa->base !=
CFI_SP
&& cfa->base != CFI_SP_INDIRECT)
in update_cfi_state_regs()
2732
op->dest.reg ==
CFI_SP
&& op->src.reg ==
CFI_SP
)
in update_cfi_state_regs()
2836
if (op->src.reg ==
CFI_SP
&& op->dest.reg == CFI_BP &&
in update_cfi_state()
2837
cfa->base ==
CFI_SP
&&
in update_cfi_state()
2845
else if (op->src.reg ==
CFI_SP
&&
in update_cfi_state()
2854
else if (op->src.reg ==
CFI_SP
&& cfa->base ==
CFI_SP
) {
in update_cfi_state()
2870
else if (op->src.reg == CFI_BP && op->dest.reg ==
CFI_SP
&&
in update_cfi_state()
2884
if (cfa->base ==
CFI_SP
in update_cfi_state()
[all...]
H
A
D
orc_gen.c
57
case
CFI_SP
:
in init_orc_entry()
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/include/arch/
H
A
D
cfi_regs.h
7
#define
CFI_SP
CFI_BP
macro
/kernel/linux/linux-5.10/tools/objtool/arch/x86/include/
H
A
D
cfi_regs.h
13
#define
CFI_SP
7
macro
/kernel/linux/linux-6.6/tools/objtool/arch/x86/include/arch/
H
A
D
cfi_regs.h
10
#define
CFI_SP
4
macro
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/
H
A
D
decode.c
102
state->cfa.base =
CFI_SP
;
in arch_initial_func_cfi_state()
Completed in 9 milliseconds