OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyMagic
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/sandbox/win/src/
resolver.cc
51
if (!pe.
VerifyMagic
())
eat_resolver.cc
70
if (!pe.
VerifyMagic
())
target_process.cc
54
if (!pe.
VerifyMagic
()) {
sandbox_nt_util.cc
370
if (!pe.
VerifyMagic
())
/external/chromium_org/chrome/app/
image_pre_reader_win.cc
252
CHECK(pe_image.
VerifyMagic
());
298
CHECK(pe_image.
VerifyMagic
());
381
CHECK(pe_image.
VerifyMagic
());
/external/chromium_org/base/debug/
profiler.cc
118
DCHECK(image.
VerifyMagic
());
/external/chromium/base/win/
pe_image.h
209
bool
VerifyMagic
() const;
pe_image_unittest.cc
160
EXPECT_TRUE(pe.
VerifyMagic
());
pe_image.cc
500
bool PEImage::
VerifyMagic
() const {
/external/chromium_org/base/win/
iat_patch_function.cc
152
if (!target_image.
VerifyMagic
()) {
pe_image.h
213
bool
VerifyMagic
() const;
pe_image_unittest.cc
208
EXPECT_TRUE(pe.
VerifyMagic
());
pe_image.cc
501
bool PEImage::
VerifyMagic
() const {
Completed in 207 milliseconds