Home | History | Annotate | Download | only in config

Lines Matching refs:comdat

364     /* Nonzero if this is a comdat subspace.  */
365 char comdat;
7344 char loadable, code_only, comdat, common, dup_common, zero, sort;
7368 comdat = 0;
7403 comdat = pa_def_subspaces[i].comdat;
7466 else if ((strncasecmp (name, "comdat", 6) == 0))
7469 comdat = 1;
7513 if (comdat || common || dup_common)
7554 code_only, comdat, common,
7560 code_only, comdat, common,
7684 pa_def_subspaces[i].comdat,
7783 int comdat,
7840 quadrant, comdat, common, dup_common);
7854 int comdat,
7871 quadrant, comdat, common, dup_common);
7922 For example, it wouldn't be desirable to merge COMDAT data with non
7923 COMDAT data.