| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | common.cc | 240 if (!sym->is_common()) in do_allocate_commons_list() 329 if (!sym->is_common()) in do_allocate_commons_list()
|
| D | symtab.cc | 207 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()
|
| D | resolve.cc | 331 if (to->is_common() in resolve()
|
| D | symtab.h | 572 is_common() const in is_common() function
|
| D | ChangeLog-0815 | 823 * 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/ |
| D | internal.h | 160 unsigned int is_common : 1; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/som/ |
| D | internal.h | 160 unsigned int is_common : 1; member
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | som.h | 160 unsigned int is_common : 1; member
|
| D | som.c | 156 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 …]
|
| D | ChangeLog-2004 | 3481 * 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/ |
| D | som.h | 160 unsigned int is_common : 1; member
|
| D | som.c | 156 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 …]
|
| D | ChangeLog-2004 | 3481 * 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/ |
| D | c-hppa.texi | 268 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}
|
| D | as.info | 12470 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’ 12491 ‘is_common’ from ‘common’. However, it doesn’t set the
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | event.c | 157 …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/ |
| D | event.c | 155 …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/ |
| D | obj-elf.c | 354 obj_elf_common (int is_common) in obj_elf_common() argument 356 if (flag_mri && is_common) in obj_elf_common()
|