HomeSort by: relevance | last modified time | path
    Searched defs:comdat (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-bfd.h 22 /* This structure is used for a comdat section, as in PE. A comdat
24 sees a comdat section, it keeps only one of the sections with a
29 /* The name of the symbol associated with a comdat section. */
33 comdat section. This is only meaningful to the object file format
54 /* Optional information about a COMDAT entry; NULL if not COMDAT. */
55 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
68 ? coff_section_data (abfd, sec)->comdat : NULL)
coffcode.h 901 /* COMDAT sections are special. The first symbol is the section
902 symbol, which tells what kind of COMDAT section it is. The
903 second symbol is the "comdat symbol" - the one with the unique
905 ".text" for every comdat section. Sigh. - DJ. */
931 comdat symbol name. Here, we've found the first qualifying
944 symbol for the comdat name. If the section name has a $, we
946 follows the $) as the comdat symbol. */
954 _bfd_error_handler (_("%pB: unable to load COMDAT section name"),
991 do the comdat symbols right. So, until we can fix it to
1096 struct coff_comdat_info *comdat;
1095 struct coff_comdat_info *comdat; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-bfd.h 22 /* This structure is used for a comdat section, as in PE. A comdat
24 sees a comdat section, it keeps only one of the sections with a
29 /* The name of the symbol associated with a comdat section. */
33 comdat section. This is only meaningful to the object file format
54 /* Optional information about a COMDAT entry; NULL if not COMDAT. */
55 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
70 ? coff_section_data (abfd, sec)->comdat : NULL)
coffcode.h 901 /* COMDAT sections are special. The first symbol is the section
902 symbol, which tells what kind of COMDAT section it is. The
903 second symbol is the "comdat symbol" - the one with the unique
905 ".text" for every comdat section. Sigh. - DJ. */
929 comdat symbol name. Here, we've found the first qualifying
942 symbol for the comdat name. If the section name has a $, we
944 follows the $) as the comdat symbol. */
952 _bfd_error_handler (_("%pB: unable to load COMDAT section name"),
989 do the comdat symbols right. So, until we can fix it to
1094 struct coff_comdat_info *comdat;
1093 struct coff_comdat_info *comdat; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-bfd.h 22 /* This structure is used for a comdat section, as in PE. A comdat
24 sees a comdat section, it keeps only one of the sections with a
29 /* The name of the symbol associated with a comdat section. */
33 comdat section. This is only meaningful to the object file format
54 /* Optional information about a COMDAT entry; NULL if not COMDAT. */
55 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
70 ? coff_section_data (abfd, sec)->comdat : NULL)
coffcode.h 901 /* COMDAT sections are special. The first symbol is the section
902 symbol, which tells what kind of COMDAT section it is. The
903 second symbol is the "comdat symbol" - the one with the unique
905 ".text" for every comdat section. Sigh. - DJ. */
929 comdat symbol name. Here, we've found the first qualifying
942 symbol for the comdat name. If the section name has a $, we
944 follows the $) as the comdat symbol. */
952 _bfd_error_handler (_("%pB: unable to load COMDAT section name"),
989 do the comdat symbols right. So, until we can fix it to
1094 struct coff_comdat_info *comdat;
1093 struct coff_comdat_info *comdat; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-bfd.h 22 /* This structure is used for a comdat section, as in PE. A comdat
24 sees a comdat section, it keeps only one of the sections with a
29 /* The name of the symbol associated with a comdat section. */
33 comdat section. This is only meaningful to the object file format
54 /* Optional information about a COMDAT entry; NULL if not COMDAT. */
55 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
70 ? coff_section_data (abfd, sec)->comdat : NULL)
coffcode.h 901 /* COMDAT sections are special. The first symbol is the section
902 symbol, which tells what kind of COMDAT section it is. The
903 second symbol is the "comdat symbol" - the one with the unique
905 ".text" for every comdat section. Sigh. - DJ. */
931 comdat symbol name. Here, we've found the first qualifying
944 symbol for the comdat name. If the section name has a $, we
946 follows the $) as the comdat symbol. */
954 _bfd_error_handler (_("%pB: unable to load COMDAT section name"),
991 do the comdat symbols right. So, until we can fix it to
1096 struct coff_comdat_info *comdat;
1095 struct coff_comdat_info *comdat; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 396 const char *comdat; local
492 comdat = IDENTIFIER_POINTER (group);
494 comdat = "";
495 streamer_write_data_stream (ob->main_stream, comdat, strlen (comdat) + 1);
598 const char *comdat; local
653 comdat = IDENTIFIER_POINTER (group);
655 comdat = "";
656 streamer_write_data_stream (ob->main_stream, comdat, strlen (comdat) + 1)
    [all...]
lto-streamer-out.cc 2980 const char *comdat; local
3055 comdat = IDENTIFIER_POINTER (decl_comdat_group_id (t));
3057 comdat = "";
3060 lto_write_data (comdat, strlen (comdat) + 1);
varasm.cc 2441 /* Special-case handling of vtv comdat sections. */
2699 /* C++ frontend use mark_decl_references to force COMDAT variables
6996 part of a COMDAT groups or with SHF_GNU_RETAIN or with SHF_LINK_ORDER,
7084 fprintf (asm_out_file, ",%s,comdat", IDENTIFIER_POINTER (decl));
7086 fprintf (asm_out_file, ",%s,comdat",
7350 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
7492 /* If it is a private COMDAT function symbol reference, call
7494 data section associated with function DECL so that the COMDAT
7495 section will be used for the private COMDAT function symbol. */
7531 const char *comdat = IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl))
7505 const char *comdat = IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 394 const char *comdat; local
483 comdat = IDENTIFIER_POINTER (group);
485 comdat = "";
486 streamer_write_data_stream (ob->main_stream, comdat, strlen (comdat) + 1);
588 const char *comdat; local
643 comdat = IDENTIFIER_POINTER (group);
645 comdat = "";
646 streamer_write_data_stream (ob->main_stream, comdat, strlen (comdat) + 1)
    [all...]
lto-streamer-out.cc 2956 const char *comdat; local
3031 comdat = IDENTIFIER_POINTER (decl_comdat_group_id (t));
3033 comdat = "";
3036 lto_write_data (comdat, strlen (comdat) + 1);
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 364 /* Nonzero if this is a comdat subspace. */
365 char comdat; member in struct:default_subspace_dict
7344 char loadable, code_only, comdat, common, dup_common, zero, sort;
7368 comdat = 0;
7403 comdat = pa_def_subspaces[i].comdat;
7466 else if ((strncasecmp (name, "comdat", 6) == 0))
7469 comdat = 1;
7513 if (comdat || common || dup_common)
7554 code_only, comdat, common
7342 char loadable, code_only, comdat, common, dup_common, zero, sort; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 364 /* Nonzero if this is a comdat subspace. */
365 char comdat; member in struct:default_subspace_dict
7344 char loadable, code_only, comdat, common, dup_common, zero, sort;
7368 comdat = 0;
7403 comdat = pa_def_subspaces[i].comdat;
7466 else if ((strncasecmp (name, "comdat", 6) == 0))
7469 comdat = 1;
7513 if (comdat || common || dup_common)
7554 code_only, comdat, common
7342 char loadable, code_only, comdat, common, dup_common, zero, sort; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 922 struct coff_comdat_info *comdat;
943 comdat = bfd_coff_get_comdat_section (abfd, section);
944 if (comdat != NULL)
945 printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol);
918 struct coff_comdat_info *comdat; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 922 struct coff_comdat_info *comdat;
943 comdat = bfd_coff_get_comdat_section (abfd, section);
944 if (comdat != NULL)
945 printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol);
918 struct coff_comdat_info *comdat; local

Completed in 58 milliseconds