OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:common_segment
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc
1189
segment_info *
common_segment
;
local
1195
common_segment
= NULL;
1204
current_segment =
common_segment
;
1268
common_segment
= add_segments (
common_segment
, current_segment);
1275
if (
common_segment
== NULL)
1282
if (
common_segment
->offset != 0 && warn_align_commons)
1288
common->name, &common->where, (int)
common_segment
->offset);
1293
&common->where, (int)
common_segment
->offset);
1296
create_common (common,
common_segment
, saw_equiv)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc
1189
segment_info *
common_segment
;
local
1195
common_segment
= NULL;
1204
current_segment =
common_segment
;
1268
common_segment
= add_segments (
common_segment
, current_segment);
1275
if (
common_segment
== NULL)
1282
if (
common_segment
->offset != 0 && warn_align_commons)
1288
common->name, &common->where, (int)
common_segment
->offset);
1293
&common->where, (int)
common_segment
->offset);
1296
create_common (common,
common_segment
, saw_equiv)
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026