Lines Matching refs:emachine
358 (config->emachine == EM_RISCV || config->emachine == EM_LOONGARCH)) { in copyRelocations()
449 if (config->emachine == EM_MIPS && in copyRelocations()
475 } else if (config->emachine == EM_PPC && type == R_PPC_PLTREL24 && in copyRelocations()
639 switch (config->emachine) { in getTlsTpOffset()
792 if (config->emachine == EM_ARM) in getRelocTargetVA()
794 else if (config->emachine == EM_AARCH64) in getRelocTargetVA()
796 else if (config->emachine == EM_PPC) in getRelocTargetVA()
798 else if (config->emachine == EM_RISCV) in getRelocTargetVA()
900 const auto emachine = config->emachine; in relocateNonAlloc() local
933 if (emachine == EM_RISCV && type == R_RISCV_SET_ULEB128) { in relocateNonAlloc()
991 if (emachine == EM_X86_64 && type == R_X86_64_32) in relocateNonAlloc()
1021 if (expr != R_PC && !(emachine == EM_386 && type == R_386_GOTPC)) { in relocateNonAlloc()