HomeSort by relevance Sort by last modified time
    Searched defs:comdat (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/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
56 /* Optional information about a COMDAT entry; NULL if not COMDAT. */
57 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
72 ? coff_section_data (abfd, sec)->comdat : NULL)
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 516 struct coff_comdat_info *comdat;
537 comdat = bfd_coff_get_comdat_section (abfd, section);
538 if (comdat != NULL)
539 printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol);
512 struct coff_comdat_info *comdat; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-hppa.c 364 /* Nonzero if this is a comdat subspace. */
365 char comdat; member in struct:default_subspace_dict
7337 char loadable, code_only, comdat, common, dup_common, zero, sort; local
    [all...]

Completed in 92 milliseconds