Searched refs:comdat (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp209 // temporarily to mark comdat sections as having an unknown resolution. As we
211 // an associative section definition together with the parent comdat's leader,
319 error(toString(this) + ": associative comdat " + name + " (sec " +
325 // This can happen if an associative comdat refers to another associative
326 // comdat that appears after it (invalid per COFF spec) or to a section
348 // For comdat symbols in executable sections, where this is the copy
431 // 1) section definition symbol for a comdat leader;
432 // 2) symbol belongs to a comdat section associated with another section.
452 log("comdat section " + name +
476 // There's already an existing comdat fo
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h195 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
H A Dcofflink.c417 relying on the linker comdat support to discard
427 and .rdata instances as separate symbols. The comdat
441 && coff_section_data (abfd, section)->comdat != NULL
443 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0)
450 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL
451 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name,
452 coff_section_data (abfd, section)->comdat->name) == 0)
H A Dlibcoff.h199 struct coff_comdat_info *comdat; member in struct:coff_section_tdata
H A Dcoffcode.h755 second symbol is the "comdat symbol" - the one with the
757 name; MS uses ".text" for every comdat section. Sigh. - DJ */
789 symbol" (section name). The second is the comdat
805 precisely the second symbol for the comdat name.
808 follows the $) as the comdat symbol. */
826 as the comdat symbol and the defining
872 the comdat symbols right. So, until we can
961 coff_section_data (abfd, section)->comdat
963 if (coff_section_data (abfd, section)->comdat == NULL)
966 coff_section_data (abfd, section)->comdat
[all...]
H A Dcoffgen.c1948 fprintf (file, " checksum 0x%lx assoc %d comdat %d",
2332 return coff_section_data (abfd, sec)->comdat;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c355 struct coff_comdat_info *comdat;
376 comdat = bfd_coff_get_comdat_section (abfd, section);
377 if (comdat != NULL)
378 printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol);
352 struct coff_comdat_info *comdat; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp700 KEYWORD(comdat);

Completed in 122 milliseconds