OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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_;
/external/chromium_org/sandbox/win/src/
Wow64.cc
32
void*
patch_location
;
member in struct:__anon10290::PatchInfo32
62
if (!::WriteProcessMemory(child, local_patch_info.
patch_location
, &buffer,
/art/compiler/
image_writer.cc
707
uint32_t*
patch_location
= reinterpret_cast<uint32_t*>(base + patch->GetLiteralOffset());
local
711
uint32_t actual = *
patch_location
;
717
*
patch_location
= value;
718
oat_header.UpdateChecksum(
patch_location
, sizeof(value));
Completed in 76 milliseconds