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

/freebsd-9.3-release/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-9.3-release/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

Completed in 131 milliseconds