Searched refs:mov_eax (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_32.cc44 BYTE mov_eax; // = B8 member in struct:__anon10627::ServiceEntry
64 BYTE mov_eax; // = B8 member in struct:__anon10627::ServiceEntryW8
95 BYTE mov_eax; // = B8 member in struct:__anon10627::Wow64Entry
114 BYTE mov_eax; // = B8 member in struct:__anon10627::Wow64EntryW8
218 if (kMovEax != function_code.mov_eax ||
277 intercepted_code.mov_eax = kMovEax;
285 intercepted_code.mov_eax = kJmp32;
331 if (kJmp32 == function_code.mov_eax) {
366 if (kMovEax != function_code.mov_eax || kXorEcx != function_code.xor_ecx ||
392 if (kMovEax != function_code.mov_eax || kCallFs
[all...]

Completed in 39 milliseconds