OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_save
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldlang.c
77
static lang_statement_list_type *
stat_save
[10];
variable
78
static lang_statement_list_type **stat_save_ptr = &
stat_save
[0];
1145
if (stat_save_ptr >=
stat_save
+ sizeof (
stat_save
) / sizeof (
stat_save
[0]))
1154
if (stat_save_ptr <=
stat_save
)
/src/external/gpl3/binutils.old/dist/ld/
ldlang.c
79
static lang_statement_list_type *
stat_save
[10];
variable
80
static lang_statement_list_type **stat_save_ptr = &
stat_save
[0];
1164
if (stat_save_ptr >=
stat_save
+ sizeof (
stat_save
) / sizeof (
stat_save
[0]))
1173
if (stat_save_ptr <=
stat_save
)
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026