OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:at_args
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c
629
char *
at_args
;
local
655
at_args
= concat ("@", arguments_file_name, NULL);
656
check (
at_args
, LDPL_FATAL, "could not allocate");
677
new_argv[1] =
at_args
;
706
free (
at_args
);
lto-plugin.c
629
char *
at_args
;
local
655
at_args
= concat ("@", arguments_file_name, NULL);
656
check (
at_args
, LDPL_FATAL, "could not allocate");
677
new_argv[1] =
at_args
;
706
free (
at_args
);
/src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c
672
char *
at_args
;
local
699
at_args
= concat ("@", arguments_file_name, NULL);
700
check (
at_args
, LDPL_FATAL, "could not allocate");
721
new_argv[1] =
at_args
;
750
free (
at_args
);
lto-plugin.c
672
char *
at_args
;
local
699
at_args
= concat ("@", arguments_file_name, NULL);
700
check (
at_args
, LDPL_FATAL, "could not allocate");
721
new_argv[1] =
at_args
;
750
free (
at_args
);
Completed in 197 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026