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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 581 bool linkonce,
756 if (linkonce)
769 || startswith (name, ".gnu.linkonce.wi.")
870 bool linkonce)
872 change_section (name, type, attr, entsize, match_p, linkonce, false, 0);
1197 bool linkonce, has_entsize; local
1243 linkonce = 0;
1465 linkonce = 1;
1468 else if (startswith (name, ".gnu.linkonce"))
1469 linkonce = 1
    [all...]
tc-score7.c 4633 && !startswith (segname, ".gnu.linkonce.s."));
5165 bool linkonce;
5183 linkonce = false;
5187 linkonce = true;
5190 beginning with the magic string .gnu.linkonce is a linkonce
5192 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5193 linkonce = true;
5200 && !linkonce
5160 bool linkonce; local
tc-tic6x.c 4610 int linkonce; local
4628 else if (startswith (text_name, ".gnu.linkonce.t."))
4631 text_name += strlen (".gnu.linkonce.t.");
4643 linkonce = 0;
4658 linkonce = 1;
4662 linkonce);
tc-score.c 4831 && !startswith (segname, ".gnu.linkonce.s."));
5284 bool linkonce; local
5302 linkonce = false;
5306 linkonce = true;
5309 beginning with the magic string .gnu.linkonce is a linkonce
5311 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5312 linkonce = true;
5319 && !linkonce
tc-mips.c 4793 bool linkonce = false;
4799 linkonce = true;
4801 beginning with the magic string .gnu.linkonce is a
4802 linkonce section. */
4803 if (startswith (segment_name (symseg), ".gnu.linkonce"))
4804 linkonce = true;
4806 return linkonce;
18159 && !startswith (segname, ".gnu.linkonce.sb.")
18160 && !startswith (segname, ".gnu.linkonce.s."));
4784 bool linkonce = false; local
tc-xtensa.c 4143 /* Return TRUE if the section flags are marked linkonce
4144 or the name is .gnu.linkonce.*. */
4146 static int linkonce_len = sizeof (".gnu.linkonce.") - 1;
4158 && strncmp (segment_name (sec), ".gnu.linkonce.", linkonce_len) == 0)
4186 /* Create a local symbol. If it is in a linkonce section, we have to
11648 bool linkonce = false;
11676 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0;
11684 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
11688 name = concat (".gnu.linkonce", base_name, suffix ? suffix : "",
11690 linkonce = true
11631 bool linkonce = false; local
    [all...]
tc-arm.c 26880 int linkonce;
26899 if (startswith (text_name, ".gnu.linkonce.t."))
26902 text_name += strlen (".gnu.linkonce.t.");
26908 linkonce = 0;
26923 linkonce = 1;
26927 linkonce);
26871 int linkonce; local
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 577 bool linkonce,
753 if (linkonce)
766 || startswith (name, ".gnu.linkonce.wi.")
867 bool linkonce)
869 change_section (name, type, attr, entsize, match_p, linkonce, false, 0);
1184 bool linkonce; local
1229 linkonce = 0;
1431 linkonce = 1;
1434 else if (startswith (name, ".gnu.linkonce"))
1435 linkonce = 1
    [all...]
tc-score7.c 4633 && !startswith (segname, ".gnu.linkonce.s."));
5165 bool linkonce;
5183 linkonce = false;
5187 linkonce = true;
5190 beginning with the magic string .gnu.linkonce is a linkonce
5192 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5193 linkonce = true;
5200 && !linkonce
5160 bool linkonce; local
tc-tic6x.c 4610 int linkonce; local
4629 if (startswith (text_name, ".gnu.linkonce.t."))
4632 text_name += strlen (".gnu.linkonce.t.");
4644 linkonce = 0;
4659 linkonce = 1;
4663 linkonce);
tc-score.c 4831 && !startswith (segname, ".gnu.linkonce.s."));
5284 bool linkonce; local
5302 linkonce = false;
5306 linkonce = true;
5309 beginning with the magic string .gnu.linkonce is a linkonce
5311 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5312 linkonce = true;
5319 && !linkonce
tc-mips.c 4484 bool linkonce = false;
4490 linkonce = true;
4492 beginning with the magic string .gnu.linkonce is a
4493 linkonce section. */
4494 if (startswith (segment_name (symseg), ".gnu.linkonce"))
4495 linkonce = true;
4497 return linkonce;
17848 && !startswith (segname, ".gnu.linkonce.sb.")
17849 && !startswith (segname, ".gnu.linkonce.s."));
4475 bool linkonce = false; local
tc-xtensa.c 4143 /* Return TRUE if the section flags are marked linkonce
4144 or the name is .gnu.linkonce.*. */
4146 static int linkonce_len = sizeof (".gnu.linkonce.") - 1;
4158 && strncmp (segment_name (sec), ".gnu.linkonce.", linkonce_len) == 0)
4186 /* Create a local symbol. If it is in a linkonce section, we have to
11648 bool linkonce = false;
11676 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0;
11684 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
11688 name = concat (".gnu.linkonce", base_name, suffix ? suffix : "",
11690 linkonce = true
11631 bool linkonce = false; local
    [all...]
tc-arm.c 26883 int linkonce;
26902 if (startswith (text_name, ".gnu.linkonce.t."))
26905 text_name += strlen (".gnu.linkonce.t.");
26911 linkonce = 0;
26926 linkonce = 1;
26930 linkonce);
26874 int linkonce; local
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 876 || startswith (section, ".gnu.linkonce.s.")
879 || startswith (section, ".gnu.linkonce.sb.")
882 || startswith (section, ".gnu.linkonce.s2."))
989 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
1052 const char *name, *linkonce;
1058 /* If we're using one_only, then there needs to be a .gnu.linkonce
1060 linkonce = one_only ? ".gnu.linkonce" : "";
1062 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
1043 const char *name, *linkonce; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 876 || startswith (section, ".gnu.linkonce.s.")
879 || startswith (section, ".gnu.linkonce.sb.")
882 || startswith (section, ".gnu.linkonce.s2."))
989 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
1052 const char *name, *linkonce;
1058 /* If we're using one_only, then there needs to be a .gnu.linkonce
1060 linkonce = one_only ? ".gnu.linkonce" : "";
1062 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
1043 const char *name, *linkonce; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 809 || startswith (name, ".gnu.linkonce.lb."))
826 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
860 const char *name, *linkonce;
866 /* If we're using one_only, then there needs to be a .gnu.linkonce
868 linkonce = one_only ? ".gnu.linkonce" : "";
870 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
853 const char *name, *linkonce; local
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 790 /* For .gnu.linkonce.t.foo we want to use .gnu.linkonce.r.foo or
791 .gnu.linkonce.d.rel.ro.local.foo if the jump table is relocatable. */
793 && startswith (name, ".gnu.linkonce.t."))
803 strcpy (rname, ".gnu.linkonce.d.rel.ro.local");
6915 || startswith (name, ".gnu.linkonce.b.")
6919 || startswith (name, ".gnu.linkonce.sb."))
6924 || startswith (name, ".gnu.linkonce.td."))
6929 || startswith (name, ".gnu.linkonce.tb."))
6952 LINKONCE cases when NOTYPE is not set, so leave those to its logic. *
7326 const char *prefix, *name, *linkonce; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 771 || startswith (name, ".gnu.linkonce.lb."))
788 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
822 const char *name, *linkonce;
828 /* If we're using one_only, then there needs to be a .gnu.linkonce
830 linkonce = one_only ? ".gnu.linkonce" : "";
832 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
815 const char *name, *linkonce; local
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 3816 const char *name, *linkonce;
3822 /* If we're using one_only, then there needs to be a .gnu.linkonce
3824 linkonce = one_only ? ".gnu.linkonce" : "";
3826 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
3813 const char *name, *linkonce; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 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. *
7189 const char *prefix, *name, *linkonce; local
    [all...]

Completed in 192 milliseconds