Lines Matching defs:lituse
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;
2175 lituse = load_expression (tok[0].X_add_number, &tok[1],
2187 if (lituse)
2193 insn.sequence = lituse;
2208 long lituse;
2222 lituse = load_expression (AXP_REG_AT, &tok[1],
2228 lituse = 0;
2236 if (lituse)
2242 insn.sequence = lituse;
2262 long lituse;
2274 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, NULL, "lda");
2282 if (lituse)
2288 insn.sequence = lituse;
2298 if (lituse)
2304 insn.sequence = lituse;
2411 long lituse;
2423 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, NULL, "lda");
2431 if (lituse)
2437 insn.sequence = lituse;
2448 if (lituse)
2454 insn.sequence = lituse;
2464 if (lituse)
2470 insn.sequence = lituse;
2484 if (lituse)
2490 insn.sequence = lituse;
2811 long lituse = 0;
2829 lituse = load_expression (r = AXP_REG_PV, &tok[tokidx],
2845 if (lituse)
2851 insn.sequence = lituse;