OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_size_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-csky.c
221
typedef struct
stack_size_entry
struct
223
struct
stack_size_entry
*next;
226
}
stack_size_entry
;
typedef in typeref:struct:stack_size_entry
492
static
stack_size_entry
*all_stack_size_data = NULL;
493
static
stack_size_entry
**last_stack_size_data = &all_stack_size_data;
7864
stack_size_entry
*sse = xcalloc (1, sizeof (
stack_size_entry
));
/src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c
221
typedef struct
stack_size_entry
struct
223
struct
stack_size_entry
*next;
226
}
stack_size_entry
;
typedef in typeref:struct:stack_size_entry
492
static
stack_size_entry
*all_stack_size_data = NULL;
493
static
stack_size_entry
**last_stack_size_data = &all_stack_size_data;
7864
stack_size_entry
*sse = xcalloc (1, sizeof (
stack_size_entry
));
Completed in 38 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026