OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_file_directive
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c
3925
static char *
first_file_directive
;
3932
if (alpha_flag_mdebug < 0 && !
first_file_directive
)
3940
first_file_directive
= xmemdup0 (start, len);
3972
if (
first_file_directive
)
3975
input_line_pointer =
first_file_directive
;
3978
free (
first_file_directive
);
3916
static char *
first_file_directive
;
variable
tc-mips.c
20194
static int
first_file_directive
= 0;
20211
if (filename != NULL && !
first_file_directive
)
20216
first_file_directive
= 1;
20178
static int
first_file_directive
= 0;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c
3925
static char *
first_file_directive
;
3932
if (alpha_flag_mdebug < 0 && !
first_file_directive
)
3940
first_file_directive
= xmemdup0 (start, len);
3972
if (
first_file_directive
)
3975
input_line_pointer =
first_file_directive
;
3978
free (
first_file_directive
);
3916
static char *
first_file_directive
;
variable
tc-mips.c
19882
static int
first_file_directive
= 0;
19899
if (filename != NULL && !
first_file_directive
)
19904
first_file_directive
= 1;
19866
static int
first_file_directive
= 0;
local
Completed in 46 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026