Searched defs:patch_info (Results 1 – 5 of 5) sorted by relevance
213 struct patch_info { struct214 unsigned short key; /* Use WAVE_PATCH here */219 short device_no; /* Synthesizer number */220 short instr_no; /* Midi pgm# */222 unsigned int mode;246 int len; /* Size of the wave data in bytes */247 int loop_start, loop_end; /* Byte offsets from the beginning */265 unsigned int base_freq;266 unsigned int base_note;267 unsigned int high_note;[all …]
11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in TargetNtMapViewOfSection()
90 ULONG patch_info; member97 sandbox::PatchInfo patch_info; member135 NTSTATUS ResolveNtdll(sandbox::PatchInfo* patch_info) { in ResolveNtdll()318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk); in PerformPatch() local
40 bool Restore64Code(HANDLE child, PatchInfo32* patch_info) { in Restore64Code()117 PatchInfo32* patch_info = reinterpret_cast<PatchInfo32*>(buffer); in WaitForNtdll() local
1321 InstructionSequence* patch_info = InstructionSequence::At(info_address); in HasInlinedSmiCode() local