Lines Matching refs:emachine
109 if (config->emachine == EM_X86_64 && rel.type == R_X86_64_PC32 && in reportRangeError()
1064 if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL) in processAux()
1068 if (!(config->emachine == EM_HEXAGON && in processAux()
1093 if (config->emachine == EM_MIPS) { in processAux()
1102 } else if (!sym.isTls() || config->emachine != EM_LOONGARCH) { in processAux()
1141 (isa<EhInputSection>(sec) && config->emachine != EM_MIPS)); in processAux()
1150 if (config->emachine == EM_MIPS && rel == target->symbolicRel) in processAux()
1154 if (config->emachine == EM_AARCH64 && type == R_AARCH64_AUTH_ABS64) { in processAux()
1190 if (config->emachine == EM_MIPS) in processAux()
1201 !(config->emachine == EM_AARCH64 && type == R_AARCH64_AUTH_ABS64)) { in processAux()
1250 if (config->pie && config->emachine == EM_386) in processAux()
1307 if (config->emachine == EM_MIPS) in handleTlsRelocation()
1312 if (config->emachine == EM_LOONGARCH && in handleTlsRelocation()
1322 bool isRISCV = config->emachine == EM_RISCV; in handleTlsRelocation()
1343 !config->shared && config->emachine != EM_ARM && in handleTlsRelocation()
1344 config->emachine != EM_HEXAGON && config->emachine != EM_LOONGARCH && in handleTlsRelocation()
1423 if (execOptimize && isLocalInExecutable && config->emachine != EM_S390) { in handleTlsRelocation()
1467 if (LLVM_UNLIKELY(config->emachine == EM_MIPS)) in scanOne()
1469 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC) in scanOne()
1482 if (config->emachine == EM_PPC64) { in scanOne()
1589 if (config->emachine == EM_PPC64) in scan()
1598 if (isa<EhInputSection>(sec) || config->emachine == EM_S390) in scan()
1613 if (config->emachine == EM_RISCV || in scan()
1614 (config->emachine == EM_PPC64 && sec->name == ".toc")) in scan()
1643 bool serial = !config->zCombreloc || config->emachine == EM_MIPS || in scanRelocations()
1644 config->emachine == EM_PPC64; in scanRelocations()
1653 !(s->type == SHT_ARM_EXIDX && config->emachine == EM_ARM)) in scanRelocations()
1799 if (config->emachine == EM_PPC) { in postScanRelocations()
2042 if (config->emachine != EM_ARM) in getPCBias()
2346 if (config->emachine != EM_MIPS) in createThunks()