Home
last modified time | relevance | path

Searched refs:is_common (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dcommon.cc240 if (!sym->is_common()) in do_allocate_commons_list()
329 if (!sym->is_common()) in do_allocate_commons_list()
Dsymtab.cc207 gold_assert(this->is_common()); in allocate_base_common()
759 if (!sym->is_defined() && !sym->is_common()) in force_local()
1003 was_common = ret->is_common() && ret->object()->pluginobj() == NULL; in add_from_object()
1076 was_common = (ret->is_common() in add_from_object()
1147 if (!was_common && ret->is_common() && ret->object()->pluginobj() == NULL) in add_from_object()
Dresolve.cc331 if (to->is_common() in resolve()
Dsymtab.h572 is_common() const in is_common() function
DChangeLog-0815823 * symtab.h (Symbol::is_common): Don't use STT_COMMON to check for
12341 * symtab.h (Symbol::is_common): Test whether the symbol comes from
14702 (Symbol::is_common): Likewise.
17221 (Symbol::is_absolute, Symbol::is_common): Likewise.
/netbsd/src/external/gpl3/gdb/dist/include/som/
Dinternal.h160 unsigned int is_common : 1; member
/netbsd/src/external/gpl3/binutils/dist/include/som/
Dinternal.h160 unsigned int is_common : 1; member
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dsom.h160 unsigned int is_common : 1; member
Dsom.c156 unsigned int is_common; member
1761 dst->is_common = (flags & SOM_SUBSPACE_IS_COMMON) != 0; in som_swap_subspace_dictionary_in()
1799 if (src->is_common) in som_swap_subspace_dictionary_record_out()
2222 subspace.is_common, in setup_sections()
2269 if (subspace.is_comdat || subspace.is_common || subspace.dup_common) in setup_sections()
2656 som_section_data (section)->subspace_dict->is_common = in som_prep_headers()
2657 som_section_data (section)->copy_data->is_common; in som_prep_headers()
4363 info->is_common in som_bfd_derive_misc_symbol_info()
4364 = som_section_data (sym->section)->subspace_dict->is_common; in som_bfd_derive_misc_symbol_info()
4418 | (info.is_common ? SOM_SYMBOL_IS_COMMON : 0) in som_build_and_write_symbol_table()
[all …]
DChangeLog-20043481 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
3485 is_comdat, is_common or dup_common.
3487 is_comdat, is_common and dup_common in section subspace_dict from
3492 is_common and dup_common flags in info for symbol. Add comment
3495 (som_build_and_write_symbol_table): Set is_comdat, is_common and
3503 (som_copyable_section_data_struct): Add is_comdat, is_common and
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dsom.h160 unsigned int is_common : 1; member
Dsom.c156 unsigned int is_common; member
1761 dst->is_common = (flags & SOM_SUBSPACE_IS_COMMON) != 0; in som_swap_subspace_dictionary_in()
1799 if (src->is_common) in som_swap_subspace_dictionary_record_out()
2222 subspace.is_common, in setup_sections()
2269 if (subspace.is_comdat || subspace.is_common || subspace.dup_common) in setup_sections()
2656 som_section_data (section)->subspace_dict->is_common = in som_prep_headers()
2657 som_section_data (section)->copy_data->is_common; in som_prep_headers()
4363 info->is_common in som_bfd_derive_misc_symbol_info()
4364 = som_section_data (sym->section)->subspace_dict->is_common; in som_bfd_derive_misc_symbol_info()
4418 | (info.is_common ? SOM_SYMBOL_IS_COMMON : 0) in som_build_and_write_symbol_table()
[all …]
DChangeLog-20043481 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
3485 is_comdat, is_common or dup_common.
3487 is_comdat, is_common and dup_common in section subspace_dict from
3492 is_common and dup_common flags in info for symbol. Add comment
3495 (som_build_and_write_symbol_table): Set is_comdat, is_common and
3503 (som_copyable_section_data_struct): Add is_comdat, is_common and
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-hppa.texi268 for data subspaces. Symbols with the flag @samp{is_common} retain this
269 flag in shared links. Referencing a @samp{is_common} symbol in a shared
270 library from outside the library doesn't work. Thus, @samp{is_common}
288 directives to mark these symbols. The HP assembler sets @samp{is_common}
Das.info12470 for data subspaces. Symbols with the flag ‘is_common’ retain this
12471 flag in shared links. Referencing a ‘is_common’ symbol in a shared
12472 library from outside the library doesn’t work. Thus, ‘is_common
12491is_common’ from ‘common’. However, it doesn’t set the
/netbsd/src/external/bsd/libevent/dist/
Devent.c157 …einsert_timeout(struct event_base *,struct event *, int was_common, int is_common, int old_timeout…
3297 int was_common, int is_common, int old_timeout_idx) in event_queue_reinsert_timeout() argument
3305 switch ((was_common<<1) | is_common) { in event_queue_reinsert_timeout()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devent.c155 …einsert_timeout(struct event_base *,struct event *, int was_common, int is_common, int old_timeout…
3294 int was_common, int is_common, int old_timeout_idx) in event_queue_reinsert_timeout() argument
3302 switch ((was_common<<1) | is_common) { in event_queue_reinsert_timeout()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dobj-elf.c354 obj_elf_common (int is_common) in obj_elf_common() argument
356 if (flag_mri && is_common) in obj_elf_common()