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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 5143 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
5145 if (tcomm == NULL)
5149 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);
5150 if (tcomm == NULL)
5153 sec = tcomm;
5134 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 5108 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
5110 if (tcomm == NULL)
5114 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);
5115 if (tcomm == NULL)
5118 sec = tcomm;
5099 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 5080 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
5082 if (tcomm == NULL)
5086 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);
5087 if (tcomm == NULL)
5090 sec = tcomm;
5071 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 5065 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
5067 if (tcomm == NULL)
5071 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);
5072 if (tcomm == NULL)
5075 sec = tcomm;
5056 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local

Completed in 64 milliseconds