Searched refs:is_common (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dsom.h152 unsigned int is_common : 1; member in struct:som_subspace_dictionary_record
188 unsigned int is_common : 1; member in struct:som_copyable_section_data_struct
H A Dsom.c164 unsigned int is_common; member in struct:som_misc_symbol_info
1886 subspace.is_common,
1933 if (subspace.is_comdat || subspace.is_common || subspace.dup_common)
2322 som_section_data (section)->subspace_dict->is_common =
2323 som_section_data (section)->copy_data->is_common;
4015 /* The is_comdat, is_common and dup_common fields provide various
4030 We take a simplified approach to setting the is_comdat, is_common
4047 info->is_common
4048 = som_section_data (sym->section)->subspace_dict->is_common;
4097 som_symtab[i].is_common
[all...]
/haiku-buildtools/binutils/include/som/
H A Dinternal.h160 unsigned int is_common : 1; member in struct:som_subspace_dictionary_record
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h578 bool is_constant, bool is_common, int64_t alignment) = 0;
593 bool is_hidden, bool is_constant, bool is_common,
629 immutable_struct(const std::string& name, bool is_hidden, bool is_common,
641 bool is_hidden, bool is_common, Btype* type,
H A Dtypes.cc1237 bool is_common = false; local
1242 is_common = nt->is_builtin();
1249 is_common = true;
1260 gogo->backend()->immutable_struct(var_name, false, is_common,
1270 var_name, false, is_common,
2144 bool is_common = false; local
2149 is_common = nt->is_builtin();
2156 is_common = true;
2163 gogo->backend()->implicit_variable(sym_name, sym_btype, false, true, is_common, 0);
2171 sym_btype, false, true, is_common,
[all...]
/haiku-buildtools/binutils/bfd/
H A Dsom.h160 unsigned int is_common : 1; member in struct:som_copyable_section_data_struct
H A Dsom.c157 unsigned int is_common; member in struct:som_misc_symbol_info
1761 dst->is_common = (flags & SOM_SUBSPACE_IS_COMMON) != 0;
1799 if (src->is_common)
2212 subspace.is_common,
2259 if (subspace.is_comdat || subspace.is_common || subspace.dup_common)
2650 som_section_data (section)->subspace_dict->is_common =
2651 som_section_data (section)->copy_data->is_common;
4397 /* The is_comdat, is_common and dup_common fields provide various
4412 We take a simplified approach to setting the is_comdat, is_common
4429 info->is_common
[all...]
/haiku-buildtools/binutils/gold/
H A Dcommon.cc240 if (!sym->is_common())
329 if (!sym->is_common())
H A Dsymtab.cc206 gold_assert(this->is_common());
758 if (!sym->is_defined() && !sym->is_common())
1002 was_common = ret->is_common() && ret->object()->pluginobj() == NULL;
1053 was_common = ret->is_common() && ret->object()->pluginobj() == NULL;
1120 if (!was_common && ret->is_common() && ret->object()->pluginobj() == NULL)
H A Dsymtab.h561 is_common() const function in class:gold::Symbol
H A Dresolve.cc321 if (to->is_common()
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc2611 bool is_common, int64_t alignment)
2624 if (is_common)
2662 Btype*, bool, bool, bool is_common,
2678 if (is_common)
2712 bool is_common, Btype* btype, Location location)
2741 if (is_common)
2756 bool, bool is_common, Btype*, Location,
2768 if (is_common)
2609 implicit_variable(const std::string& name, Btype* type, bool is_hidden, bool is_constant, bool is_common, int64_t alignment) argument
2661 implicit_variable_set_init(Bvariable* var, const std::string&, Btype*, bool, bool, bool is_common, Bexpression* init) argument
2711 immutable_struct(const std::string& name, bool is_hidden, bool is_common, Btype* btype, Location location) argument
2755 immutable_struct_set_init(Bvariable* var, const std::string&, bool, bool is_common, Btype*, Location, Bexpression* initializer) argument
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-elf.c354 obj_elf_common (int is_common) argument
356 if (flag_mri && is_common)
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c379 obj_elf_common (int is_common) argument
381 if (flag_mri && is_common)

Completed in 311 milliseconds