OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:producer_string
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
25227
static char *
producer_string
;
25284
add_AT_string (die, DW_AT_producer,
producer_string
?
producer_string
: "");
33078
producer_string
= gen_producer_string (lang_hooks.name,
33082
producer_string
= concat (lang_hooks.name, " ", version_string, NULL);
33085
producer->dw_attr_val.v.val_str = find_AT_string (
producer_string
);
33417
XDELETEVEC (
producer_string
);
33418
producer_string
= NULL;
25209
static char *
producer_string
;
local
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
25096
static char *
producer_string
;
25151
add_AT_string (die, DW_AT_producer,
producer_string
?
producer_string
: "");
32931
producer_string
= gen_producer_string (lang_hooks.name,
32935
producer_string
= concat (lang_hooks.name, " ", version_string, NULL);
32938
producer->dw_attr_val.v.val_str = find_AT_string (
producer_string
);
33270
XDELETEVEC (
producer_string
);
33271
producer_string
= NULL;
25078
static char *
producer_string
;
local
Completed in 68 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026