Home
last modified time | relevance | path

Searched defs:machine_type (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_win.cpp57 int machine_type = IMAGE_FILE_MACHINE_AMD64; in UnwindSlow() local
62 int machine_type = IMAGE_FILE_MACHINE_I386; in UnwindSlow() local
/external/toolchain-utils/
Dlock_machine.py159 def PrintStatus(self, m, state, machine_type): argument
/external/kernel-headers/original/uapi/linux/
Da.out.h16 enum machine_type { enum
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py1370 def create_instance_template(gcp, name, network, source_image, machine_type, argument