Lines Matching defs:emachine
436 (ctx.arg.emachine == EM_RISCV || ctx.arg.emachine == EM_LOONGARCH)) {
529 if (ctx.arg.emachine == EM_MIPS &&
556 } else if (ctx.arg.emachine == EM_PPC && type == R_PPC_PLTREL24 &&
738 switch (ctx.arg.emachine) {
769 llvm_unreachable("unhandled ctx.arg.emachine");
903 if (ctx.arg.emachine == EM_ARM)
905 else if (ctx.arg.emachine == EM_AARCH64)
907 else if (ctx.arg.emachine == EM_PPC)
909 else if (ctx.arg.emachine == EM_RISCV)
1021 const auto emachine = ctx.arg.emachine;
1055 if (emachine == EM_RISCV && type == R_RISCV_SET_ULEB128) {
1111 if (emachine == EM_X86_64 && type == R_X86_64_32)
1152 bool isErr = expr != R_PC && !(emachine == EM_386 && type == R_386_GOTPC);