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_UNDEFINED
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
dwarf.h
18
#define
CFI_UNDEFINED
.cfi_undefined
macro
29
#define
CFI_UNDEFINED
CFI_IGNORE
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
dwarf.h
22
#define
CFI_UNDEFINED
.cfi_undefined
macro
37
#define
CFI_UNDEFINED
CFI_IGNORE
macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
dwarf.h
16
#define
CFI_UNDEFINED
.cfi_undefined
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
dwarf.h
16
#define
CFI_UNDEFINED
.cfi_undefined
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
dwarf2.h
21
#define
CFI_UNDEFINED
.cfi_undefined
macro
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
cfi.h
12
#define
CFI_UNDEFINED
-1
macro
H
A
D
orc_gen.c
30
if (cfi->cfa.base ==
CFI_UNDEFINED
) {
in init_orc_entry()
67
case
CFI_UNDEFINED
:
in init_orc_entry()
H
A
D
check.c
254
cfi->regs[i].base =
CFI_UNDEFINED
;
in init_cfi_state()
255
cfi->vals[i].base =
CFI_UNDEFINED
;
in init_cfi_state()
257
cfi->cfa.base =
CFI_UNDEFINED
;
in init_cfi_state()
258
cfi->drap_reg =
CFI_UNDEFINED
;
in init_cfi_state()
2182
cfi->regs[reg].base ==
CFI_UNDEFINED
) {
in save_reg()
2254
if (cfa->base ==
CFI_UNDEFINED
) {
in update_cfi_state()
2336
cfa->base =
CFI_UNDEFINED
;
in update_cfi_state()
2388
cfi->drap_reg =
CFI_UNDEFINED
;
in update_cfi_state()
2403
(cfi->drap_reg !=
CFI_UNDEFINED
&& cfa->base != CFI_SP) ||
in update_cfi_state()
2404
(cfi->drap_reg ==
CFI_UNDEFINED
in update_cfi_state()
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
dwarf2.h
21
#define
CFI_UNDEFINED
.cfi_undefined
macro
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
cfi.h
12
#define
CFI_UNDEFINED
-1
macro
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/
H
A
D
decode.c
97
state->regs[i].base =
CFI_UNDEFINED
;
in arch_initial_func_cfi_state()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
dwarf.h
389
#define
CFI_UNDEFINED
.cfi_undefined
macro
403
#define
CFI_UNDEFINED
CFI_IGNORE
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
dwarf.h
389
#define
CFI_UNDEFINED
.cfi_undefined
macro
403
#define
CFI_UNDEFINED
CFI_IGNORE
macro
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
269
cfi->regs[i].base =
CFI_UNDEFINED
;
in init_cfi_state()
270
cfi->vals[i].base =
CFI_UNDEFINED
;
in init_cfi_state()
272
cfi->cfa.base =
CFI_UNDEFINED
;
in init_cfi_state()
273
cfi->drap_reg =
CFI_UNDEFINED
;
in init_cfi_state()
2741
cfi->regs[reg].base ==
CFI_UNDEFINED
) {
in save_reg()
2818
if (cfa->base ==
CFI_UNDEFINED
) {
in update_cfi_state()
2931
cfa->base =
CFI_UNDEFINED
;
in update_cfi_state()
2997
cfi->drap_reg =
CFI_UNDEFINED
;
in update_cfi_state()
3011
(cfi->drap_reg !=
CFI_UNDEFINED
&& cfa->base != CFI_SP) ||
in update_cfi_state()
3012
(cfi->drap_reg ==
CFI_UNDEFINED
in update_cfi_state()
[all...]
H
A
D
orc_gen.c
87
case
CFI_UNDEFINED
:
in init_orc_entry()
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H
A
D
decode.c
563
state->regs[i].base =
CFI_UNDEFINED
;
in arch_initial_func_cfi_state()
618
*base =
CFI_UNDEFINED
;
in arch_decode_hint_reg()
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
decode.c
735
state->regs[i].base =
CFI_UNDEFINED
;
in arch_initial_func_cfi_state()
790
*base =
CFI_UNDEFINED
;
in arch_decode_hint_reg()
Completed in 13 milliseconds