Home
last modified time | relevance | path

Searched refs:native_machine_ptr (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Dwin32-helpers.c241 win32_is_not_native_process(USHORT *native_machine_ptr) in win32_is_not_native_process() argument
279 if (native_machine_ptr) in win32_is_not_native_process()
280 *native_machine_ptr = native_machine; in win32_is_not_native_process()
292 if (native_machine_ptr) in win32_is_not_native_process()
293 *native_machine_ptr = native_machine; in win32_is_not_native_process()
316 *native_machine_ptr = IMAGE_FILE_MACHINE_I386; in win32_is_not_native_process()
319 *native_machine_ptr = IMAGE_FILE_MACHINE_IA64; in win32_is_not_native_process()
322 *native_machine_ptr = IMAGE_FILE_MACHINE_ARMNT; in win32_is_not_native_process()
325 *native_machine_ptr = IMAGE_FILE_MACHINE_AMD64; in win32_is_not_native_process()
328 *native_machine_ptr = IMAGE_FILE_MACHINE_ARM64; in win32_is_not_native_process()
[all …]