Home | History | Annotate | Download | only in bfd

Lines Matching defs:is_common

156   unsigned int is_common;
1761 dst->is_common = (flags & SOM_SUBSPACE_IS_COMMON) != 0;
1799 if (src->is_common)
2222 subspace.is_common,
2269 if (subspace.is_comdat || subspace.is_common || subspace.dup_common)
2656 som_section_data (section)->subspace_dict->is_common =
2657 som_section_data (section)->copy_data->is_common;
4331 /* The is_comdat, is_common and dup_common fields provide various
4334 For data symbols, setting IS_COMMON provides Fortran style common
4336 IS_COMMON and DUP_COMMON provides Cobol style common (duplicate
4338 link data symbols retain their IS_COMMON and DUP_COMMON flags.
4339 An IS_COMDAT data symbol is similar to a IS_COMMON | DUP_COMMON
4346 We take a simplified approach to setting the is_comdat, is_common
4365 info->is_common
4366 = som_section_data (sym->section)->subspace_dict->is_common;
4420 | (info.is_common ? SOM_SYMBOL_IS_COMMON : 0)
5544 som_section_data (section)->copy_data->is_common = common;