Searched refs:tcomm (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c3629 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
3631 if (tcomm == NULL)
3633 tcomm = bfd_make_section_with_flags (abfd, ".tcommon",
3638 if (tcomm == NULL)
3641 sec = tcomm;
3620 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local
/haiku-buildtools/binutils/bfd/
H A Delflink.c4291 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon");
4293 if (tcomm == NULL)
4297 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);
4298 if (tcomm == NULL)
4301 sec = tcomm;
4282 asection *tcomm = bfd_get_section_by_name (abfd, ".tcommon"); local

Completed in 131 milliseconds