OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onstack_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c
1685
int size,
onstack_size
;
local
1745
onstack_size
= 0;
1793
/* Align size and
onstack_size
. */
1795
onstack_size
= (
onstack_size
+ info->align - 1) & ~(info->align - 1);
1800
info->u.offset =
onstack_size
;
1801
onstack_size
+= info->length;
1812
sp = align_down (sp -
onstack_size
, SP_ALIGNMENT);
/src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c
1684
int size,
onstack_size
;
local
1744
onstack_size
= 0;
1792
/* Align size and
onstack_size
. */
1794
onstack_size
= (
onstack_size
+ info->align - 1) & ~(info->align - 1);
1799
info->u.offset =
onstack_size
;
1800
onstack_size
+= info->length;
1811
sp = align_down (sp -
onstack_size
, SP_ALIGNMENT);
Completed in 43 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026