HomeSort by relevance Sort by last modified time
    Searched refs:patch_location (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 23 void* patch_location; member in struct:sandbox::PatchInfo
service64_resolver.cc 310 full_local_thunk->patch_info.patch_location = target_;
  /art/compiler/
elf_patcher.cc 140 uint32_t* patch_location = GetPatchLocation(patch_ptr); local
147 uint32_t actual = *patch_location;
157 uint32_t actual = *patch_location;
164 *patch_location = value;
165 oat_header_->UpdateChecksum(patch_location, sizeof(value));
234 uintptr_t patch_location = base + patch->GetLiteralOffset(); local
235 value = quick_code - patch_location + patch->RelativeOffset();
  /external/chromium_org/sandbox/win/src/
Wow64.cc 32 void* patch_location; member in struct:__anon14579::PatchInfo32
62 if (!::WriteProcessMemory(child, local_patch_info.patch_location, &buffer,

Completed in 150 milliseconds