Home
last modified time | relevance | path

Searched refs:comdat (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibcoff-in.h195 struct coff_comdat_info *comdat; member
H A Dcofflink.c441 && 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 Dlibcoff.h199 struct coff_comdat_info *comdat; member
H A Dcoffcode.h960 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 Dcoffgen.c2332 return coff_section_data (abfd, sec)->comdat; in bfd_coff_get_comdat_section()
H A DChangeLog-9899709 (asection): Add comdat field.
710 (STD_SECTION): Initialize comdat field.
H A DChangeLog-96974923 * coffcode.h (coff_write_object_contents): In comdat section lookup,
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjdump.c352 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 DChangeLog-9899199 * objdump.c (dump_section_header): Print any comdat information.
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp692 KEYWORD(comdat); in LexIdentifier()
/freebsd-12.1/contrib/gcc/
H A Dconfigure.ac2067 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 Dconfig.in745 /* Define if your assembler supports .nsubspa comdat option. */
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-1997264 * cp-tree.h (struct lang_decl_flags): Add comdat.
1562 have comdat linkage.
H A DChangeLog-20004303 (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 DChangeLog-1999980 * 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 DChangeLog-19982090 * 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 DChangeLog-19961730 * decl2.c (import_export_decl): Still emit static/weak/comdat
H A DChangeLog-20046239 * tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat
H A DChangeLog6482 comdat group as the thunk target.
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-9899230 * ldlang.c (section_already_linked): Use comdat information if it
H A DChangeLog-00012036 sec->comdat->sec.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-02035527 (obj_elf_section): Parse ",comdat" for groups.
5529 consistency of comdat flag.
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo5670 @item comdat
5673 an alias for comdat
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi3276 info to be given comdat linkage. Define it to be @code{1} if comdat
H A Dextend.texi3801 that can emit vtables and the type info meta data as non-comdat

12