Lines Matching defs:machine
406 // machine and relocation type. As a result, a relocation may overwrite the
463 llvm_unreachable("unknown machine type");
549 llvm_unreachable("unknown machine type");
659 llvm_unreachable("unknown machine type");
812 res->emplace_back(getRVA() + 2, ctx.config.machine);
846 assert(ctx.config.machine == ARMNT);
852 assert(ctx.config.machine == ARMNT);
880 res->emplace_back(getRVA(), ctx.config.machine);
1023 uint8_t Baserel::getDefaultType(llvm::COFF::MachineTypes machine) {
1024 return is64Bit(machine) ? IMAGE_REL_BASED_DIR64 : IMAGE_REL_BASED_HIGHLOW;