| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | libcoff-in.h | 195 struct coff_comdat_info *comdat; member
|
| H A D | cofflink.c | 441 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 443 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 450 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 451 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 452 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols()
|
| H A D | libcoff.h | 199 struct coff_comdat_info *comdat; member
|
| H A D | coffcode.h | 960 coff_section_data (abfd, section)->comdat in handle_COMDAT() 962 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT() 965 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT() 974 coff_section_data (abfd, section)->comdat->name in handle_COMDAT()
|
| H A D | coffgen.c | 2332 return coff_section_data (abfd, sec)->comdat; in bfd_coff_get_comdat_section()
|
| H A D | ChangeLog-9899 | 709 (asection): Add comdat field. 710 (STD_SECTION): Initialize comdat field.
|
| H A D | ChangeLog-9697 | 4923 * coffcode.h (coff_write_object_contents): In comdat section lookup,
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objdump.c | 352 struct coff_comdat_info *comdat; in dump_section_header() local 373 comdat = bfd_coff_get_comdat_section (abfd, section); in dump_section_header() 374 if (comdat != NULL) in dump_section_header() 375 printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol); in dump_section_header()
|
| H A D | ChangeLog-9899 | 199 * objdump.c (dump_section_header): Print any comdat information.
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 692 KEYWORD(comdat); in LexIdentifier()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | configure.ac | 2067 gcc_GAS_CHECK_FEATURE([.nsubspa comdat], gcc_cv_as_nsubspa_comdat, 2071 [AC_DEFINE(HAVE_GAS_NSUBSPA_COMDAT, 1, [Define if your assembler supports .nsubspa comdat option.])… 2262 [.section .text,"axG",@progbits,.foo,comdat]) 2268 [.section .text,"axG",%progbits,.foo,comdat])
|
| H A D | config.in | 745 /* Define if your assembler supports .nsubspa comdat option. */
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1997 | 264 * cp-tree.h (struct lang_decl_flags): Add comdat. 1562 have comdat linkage.
|
| H A D | ChangeLog-2000 | 4303 (tinfo_base_init): Create comdat NTBS name variable. 5135 * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi 7133 * pt.c (instantiate_decl): Defer comdat templates that might not be
|
| H A D | ChangeLog-1999 | 980 * decl2.c (maybe_make_one_only): Always make things comdat on 5007 * cp-tree.h (lang_decl_flags): Remove comdat. Updated dummy. 6648 * decl2.c (finish_vtable_vardecl): Make vtables comdat here.
|
| H A D | ChangeLog-1998 | 2090 * decl2.c (import_export_vtable): Always make artificials comdat. 6558 in extern inline functions have comdat linkage here... 6642 * decl.c (cp_finish_decl): When bailing on a comdat variable, also
|
| H A D | ChangeLog-1996 | 1730 * decl2.c (import_export_decl): Still emit static/weak/comdat
|
| H A D | ChangeLog-2004 | 6239 * tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat
|
| H A D | ChangeLog | 6482 comdat group as the thunk target.
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-9899 | 230 * ldlang.c (section_already_linked): Use comdat information if it
|
| H A D | ChangeLog-0001 | 2036 sec->comdat->sec.
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-0203 | 5527 (obj_elf_section): Parse ",comdat" for groups. 5529 consistency of comdat flag.
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | as.texinfo | 5670 @item comdat 5673 an alias for comdat
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 3276 info to be given comdat linkage. Define it to be @code{1} if comdat
|
| H A D | extend.texi | 3801 that can emit vtables and the type info meta data as non-comdat
|