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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-safeseh.asm 3 safeseh MyHandler label
5 safeseh MyHandler3 label
win32-safeseh.masm 5 .safeseh MyHandler
9 .safeseh MyHandler3
Makefile.inc 10 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.asm
11 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.hex
12 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.masm
  /external/chromium_org/tools/gyp/test/win/
gyptest-ml-safeseh.py 8 Make sure the /safeseh option can be passed to ml.
18 CHDIR = 'ml-safeseh'
19 test.run_gyp('ml-safeseh.gyp', chdir=CHDIR)
20 test.build('ml-safeseh.gyp', test.ALL, chdir=CHDIR)
gyptest-link-safeseh.py 8 Make sure safeseh setting is extracted properly.
19 test.run_gyp('safeseh.gyp', chdir=CHDIR)
20 test.build('safeseh.gyp', test.ALL, chdir=CHDIR)
28 # If /SAFESEH is not specified, the linker will produce an image with a
  /external/chromium_org/tools/checkbins/
checkbins.py 10 /NXCOMPAT, /DYNAMICBASE and /SAFESEH.
73 # Check for /SAFESEH. Binaries should meet one of the following
77 # 3) Be a 64-bit binary, in which case /SAFESEH isn't required
87 print "Checking %s for /SAFESEH... PASS" % path
90 print "Checking %s for /SAFESEH... FAIL" % path
  /external/chromium_org/sandbox/win/tests/integration_tests/
sbox_integration_tests.vcproj 55 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 $(NoInherit)"
118 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 $(NoInherit)"
  /external/chromium_org/chrome/installer/
mini_installer.gyp 96 '/safeseh:no',
118 '/SAFESEH:NO',
mini_installer.gypi 84 '/safeseh:no',
106 '/SAFESEH:NO',
  /external/openssl/crypto/perlasm/
x86nasm.pl 170 sub ::safeseh
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
x86masm.pl 191 sub ::safeseh
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86masm.pl 193 sub ::safeseh
196 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
x86nasm.pl 172 sub ::safeseh
175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /external/chromium_org/build/config/win/
BUILD.gn 58 "/SAFESEH", # Not compatible with x64 so use only for x86.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 355 /* Define a @feat.00 symbol for win32 safeseh handling */
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 385 safeseh = self._Setting(('MASM', 'UseSafeExceptionHandlers'), config)
386 if safeseh == 'true':
387 asmflags.append('/safeseh')
573 ld('ImageHasSafeExceptionHandlers', map={'true': '/SAFESEH'})
    [all...]
MSVSSettings.py 844 'LinkVerboseSAFESEH', # /VERBOSE:SAFESEH
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 19 // linker: /SAFESEH:NO
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
yasm.pot     [all...]
  /external/chromium_org/build/
common.gypi     [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]

Completed in 1056 milliseconds

1 2