Lines Matching defs:linkonce
793 /* For .gnu.linkonce.t.foo we want to use .gnu.linkonce.r.foo or
794 .gnu.linkonce.d.rel.ro.local.foo if the jump table is relocatable. */
796 && startswith (name, ".gnu.linkonce.t."))
806 strcpy (rname, ".gnu.linkonce.d.rel.ro.local");
6780 || startswith (name, ".gnu.linkonce.b.")
6784 || startswith (name, ".gnu.linkonce.sb."))
6789 || startswith (name, ".gnu.linkonce.td."))
6794 || startswith (name, ".gnu.linkonce.tb."))
6817 LINKONCE cases when NOTYPE is not set, so leave those to its logic. */
6980 fprintf (asm_out_file, "\t.linkonce %s\n",
7213 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
7215 const char *prefix, *name, *linkonce;
7282 /* If we're using one_only, then there needs to be a .gnu.linkonce
7284 linkonce = one_only ? ".gnu.linkonce" : "";
7286 string = ACONCAT ((linkonce, prefix, ".", name, NULL));