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:get_frame_size
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H
A
D
unwind.c
57
*
get_frame_size
- Extract the stack adjustment from an
63
static inline long
get_frame_size
(unsigned long instr)
in get_frame_size()
function
99
frame_size =
get_frame_size
(instr);
in find_frame_creation()
137
long frame_size =
get_frame_size
(*prologue);
in lookup_prev_stack_frame()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H
A
D
unwind.c
57
*
get_frame_size
- Extract the stack adjustment from an
63
static inline long
get_frame_size
(unsigned long instr)
in get_frame_size()
function
99
frame_size =
get_frame_size
(instr);
in find_frame_creation()
137
long frame_size =
get_frame_size
(*prologue);
in lookup_prev_stack_frame()
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
stackleak_plugin.c
264
return maybe_ge(
get_frame_size
(), track_frame_size);
in large_stack_frame()
266
return (
get_frame_size
() >= track_frame_size);
in large_stack_frame()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
stackleak_plugin.c
262
return maybe_ge(
get_frame_size
(), track_frame_size);
in large_stack_frame()
264
return (
get_frame_size
() >= track_frame_size);
in large_stack_frame()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
i2c.c
252
static int
get_frame_size
(u8 *buf, int buflen)
in get_frame_size()
function
300
size =
get_frame_size
(skb->data, skb->len);
in st21nfca_hci_i2c_repack()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
i2c.c
250
static int
get_frame_size
(u8 *buf, int buflen)
in get_frame_size()
function
298
size =
get_frame_size
(skb->data, skb->len);
in st21nfca_hci_i2c_repack()
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
206
unsigned int
get_frame_size
(unsigned int num)
in get_frame_size()
function
388
g_tui_display_mem.len =
get_frame_size
(screen_r);
in get_frame_addr()
419
g_tui_display_mem.len =
get_frame_size
(screen_r);
in get_frame_addr()
Completed in 8 milliseconds