Lines Matching +full:0 +full:x1c4
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
42 imageBinary.SeekFromStart(0x3c);
43 int32_t peOffset = 0;
44 uint32_t peHead = 0;
45 uint16_t machineType = 0;
50 if (peHead != 0x00004550) // "PE\0\0", little-endian
57 if (machineType == 0x8664)
59 else if (machineType == 0x14c)
61 else if (machineType == 0x1c4)
63 else if (machineType == 0xaa64)
75 if (!::QueryFullProcessImageNameW(handle.get(), 0, &buffer[0], &dwSize))
122 DWORD chars_copied = 0;
124 chars_copied = ::GetModuleFileNameW(hmodule, &buffer[0], buffer.size());
140 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
142 return 0;
181 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
238 if (status != 0) {
270 for (size_t i = 0; i < args_array_sp->GetSize(); i++) {
291 while (*environment_block != L'\0') {
298 if (current_var[0] != '=')