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
defs:canary
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
stackprotector.h
30
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
stackprotector.h
33
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
stackprotector.h
18
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
stackprotector.h
29
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
stackprotector.h
31
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
stackprotector.h
18
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
stackprotector.h
19
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
stackprotector.h
24
unsigned long
canary
;
in boot_init_stack_canary()
local
H
A
D
paca.h
267
unsigned long
canary
;
member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
stackprotector.h
31
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
stackprotector.h
28
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
stackprotector.h
28
unsigned long
canary
;
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
stackprotector.h
15
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
stackprotector.h
29
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
stackprotector.h
30
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
stackprotector.h
22
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
stackprotector.h
15
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
stackprotector.h
16
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
stackprotector.h
27
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
stackprotector.h
52
unsigned long
canary
= get_random_canary();
in boot_init_stack_canary()
local
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
stackprotector.h
68
u64
canary
;
in boot_init_stack_canary()
local
105
unsigned long
canary
= (unsigned long)&per_cpu(stack_
canary
, cpu);
setup_stack_canary_segment()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ipa/
H
A
D
ipa_mem.c
187
__le32 *
canary
;
in ipa_mem_config()
local
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
ipa_mem.c
366
__le32 *
canary
;
in ipa_mem_config()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
serial_8250.h
111
unsigned char
canary
; /* non-zero during system sleep
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
serial_8250.h
138
unsigned char
canary
; /* non-zero during system sleep
member
Completed in 7 milliseconds
1
2