HomeSort by: relevance | last modified time | path
    Searched refs:comdat (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/lib/csu/common/
compident.S 58 .section .note.netbsd.mcmodel,"MG",@note,3*4+CONTENTLENGTH+ELF_NOTE_MCMODEL_NAMESZ+1,comdat
  /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)
  /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)
  /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)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-stap-three-arg-disp.S 39 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
amd64-stap-triplet.S 69 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
i386-stap-eval-lang-ada.S 62 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-stap-three-arg-disp.S 39 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
amd64-stap-triplet.S 69 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
i386-stap-eval-lang-ada.S 62 .pushsection .stapsdt.base,"aG","progbits",.stapsdt.base,comdat
  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.h 124 Stab_status srcline_Stabs (Module *module, unsigned int StabSec, unsigned int StabStrSec, bool comdat);
125 Stab_status archive_Stabs (LoadObject *lo, unsigned int StabSec, unsigned int StabStrSec, bool comdat);
Stabs.cc 48 char *get_stab (struct stab *np, bool comdat);
352 #define SRC_LINE_STABS(sec, secStr, comdat) \
354 srcline_Stabs(module, elfDbg->sec, elfDbg->secStr, comdat) == DBGD_ERR_NONE) \
925 StabReader::get_stab (struct stab *np, bool comdat)
945 if (comdat && np->n_type == N_FUN && np->n_other == 1)
950 // Each COMDAT string must be sized to find the next string:
1013 unsigned int StabStrSec, bool comdat)
1038 char *str = stabReader->get_stab (&stb, comdat);
1084 char *str = stabReader->get_stab (&stb, comdat);
1377 #define ARCHIVE_STABS(sec, secStr, comdat) \
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.h 124 Stab_status srcline_Stabs (Module *module, unsigned int StabSec, unsigned int StabStrSec, bool comdat);
125 Stab_status archive_Stabs (LoadObject *lo, unsigned int StabSec, unsigned int StabStrSec, bool comdat);
Stabs.cc 48 char *get_stab (struct stab *np, bool comdat);
352 #define SRC_LINE_STABS(sec, secStr, comdat) \
354 srcline_Stabs(module, elfDbg->sec, elfDbg->secStr, comdat) == DBGD_ERR_NONE) \
925 StabReader::get_stab (struct stab *np, bool comdat)
945 if (comdat && np->n_type == N_FUN && np->n_other == 1)
950 // Each COMDAT string must be sized to find the next string:
1013 unsigned int StabStrSec, bool comdat)
1038 char *str = stabReader->get_stab (&stb, comdat);
1084 char *str = stabReader->get_stab (&stb, comdat);
1377 #define ARCHIVE_STABS(sec, secStr, comdat) \
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
namelessclass.S 89 .section .text._ZN1AC1Ev,"axG",@progbits,_ZN1AC1Ev,comdat
121 .section .text._ZN1A4doitEv,"axG",@progbits,_ZN1A4doitEv,comdat
158 .section .text._ZN1A5fudgeIZNS_4doitEvEUlvE_EEiT_,"axG",@progbits,_ZN1A5fudgeIZNS_4doitEvEUlvE_EEiT_,comdat
194 .section .text._ZZN1A4doitEvENKUlvE_clEv,"axG",@progbits,_ZZN1A4doitEvENKUlvE_clEv,comdat
225 .section .text._ZN1AC2Ev,"axG",@progbits,_ZN1AC2Ev,comdat
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
namelessclass.S 89 .section .text._ZN1AC1Ev,"axG",@progbits,_ZN1AC1Ev,comdat
121 .section .text._ZN1A4doitEv,"axG",@progbits,_ZN1A4doitEv,comdat
158 .section .text._ZN1A5fudgeIZNS_4doitEvEUlvE_EEiT_,"axG",@progbits,_ZN1A5fudgeIZNS_4doitEvEUlvE_EEiT_,comdat
194 .section .text._ZZN1A4doitEvENKUlvE_clEv,"axG",@progbits,_ZZN1A4doitEvENKUlvE_clEv,comdat
225 .section .text._ZN1AC2Ev,"axG",@progbits,_ZN1AC2Ev,comdat
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_probe_custom.h 76 .stapsdt.base,comdat) \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_probe_custom.h 76 .stapsdt.base,comdat) \
  /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...]
  /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...]
  /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/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 69 \ comdat

Completed in 39 milliseconds

1 2 3