OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_name_stack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldlex.c
1418
`
file_name_stack
' is the file names. `lineno_stack' is the current
1433
static const char *
file_name_stack
[MAX_INCLUDE_DEPTH];
variable
3901
file_name_stack
[include_stack_ptr] = name;
3963
file_name_stack
[include_stack_ptr] = fake_filename;
4050
return
file_name_stack
[include_stack_ptr - (include_stack_ptr != 0)];
/src/external/gpl3/binutils.old/dist/ld/
ldlex.c
1418
`
file_name_stack
' is the file names. `lineno_stack' is the current
1433
static const char *
file_name_stack
[MAX_INCLUDE_DEPTH];
variable
3901
file_name_stack
[include_stack_ptr] = name;
3963
file_name_stack
[include_stack_ptr] = fake_filename;
4050
return
file_name_stack
[include_stack_ptr - (include_stack_ptr != 0)];
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026