HomeSort by relevance Sort by last modified time
    Searched full:code_section_delta (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
module_integrity_verifier_win.cc 29 intptr_t code_section_delta; member in struct:safe_browsing::ModuleVerificationState
45 code_section_delta(0),
128 *reinterpret_cast<uintptr_t*>(address + state->code_section_delta);
266 // Get the addresses of the code sections then calculate |code_section_delta|
278 state.code_section_delta = disk_code_addr - mem_code_addr;

Completed in 2192 milliseconds