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

  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 506 /* Hash table to link up literals with the appropriate lituse. */
627 /* First rebuild the fixup chain without the explicit lituse and
688 how control flows from literal to lituse, and we can't be sure to
692 we can make each literal have at least one of each lituse type
760 supplied !lituse relocations follow the appropriate !literal
1225 a LITUSE reloc if otherwise appropriate; the return value is the
1892 as_bad (_("too many lituse insns for !lituse_tlsgd!%ld"),
1895 as_bad (_("too many lituse insns for !lituse_tlsldm!%ld"),
2127 /* If this is a real relocation (as opposed to a lituse hint), then
2163 long lituse;
2156 long lituse; local
2201 long lituse; local
2255 long lituse; local
2404 long lituse; local
2804 long lituse = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 506 /* Hash table to link up literals with the appropriate lituse. */
627 /* First rebuild the fixup chain without the explicit lituse and
688 how control flows from literal to lituse, and we can't be sure to
692 we can make each literal have at least one of each lituse type
760 supplied !lituse relocations follow the appropriate !literal
1225 a LITUSE reloc if otherwise appropriate; the return value is the
1892 as_bad (_("too many lituse insns for !lituse_tlsgd!%ld"),
1895 as_bad (_("too many lituse insns for !lituse_tlsldm!%ld"),
2127 /* If this is a real relocation (as opposed to a lituse hint), then
2163 long lituse;
2156 long lituse; local
2201 long lituse; local
2255 long lituse; local
2404 long lituse; local
2804 long lituse = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 5148 const char *lituse;
5153 lituse = "lituse_tlsgd";
5158 lituse = "lituse_tlsldm";
5161 lituse = "lituse_jsr";
5169 fprintf (file, "\t\t!%s!%d", lituse, (int) INTVAL (x));
5175 const char *lituse;
5178 lituse = "lituse_jsrdirect";
5180 lituse = "lituse_jsr";
5184 fprintf (file, "\t\t!%s!%d", lituse, (int) INTVAL (x));
5136 const char *lituse; local
5163 const char *lituse; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 5135 const char *lituse;
5140 lituse = "lituse_tlsgd";
5145 lituse = "lituse_tlsldm";
5148 lituse = "lituse_jsr";
5156 fprintf (file, "\t\t!%s!%d", lituse, (int) INTVAL (x));
5162 const char *lituse;
5165 lituse = "lituse_jsrdirect";
5167 lituse = "lituse_jsr";
5171 fprintf (file, "\t\t!%s!%d", lituse, (int) INTVAL (x));
5123 const char *lituse; local
5150 const char *lituse; local

Completed in 93 milliseconds