Home
last modified time | relevance | path

Searched refs:get_sfi_string (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
Dszbuild.py9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
317 'arm32': 'arm' + get_sfi_string(args, 'v7', '-nonsfi', '-nonsfi'),
318 'x8632': 'x86-32' + get_sfi_string(args, '', '-nonsfi', '-linux'),
319 'x8664': 'x86-64' + get_sfi_string(args, '', '', '-linux')
369 'arm32': 'arm' + get_sfi_string(args, '-nacl', '', ''),
370 'x8632': 'i686' + get_sfi_string(args, '-nacl', '', ''),
372 get_sfi_string(args, '-nacl', '-linux-gnux32',
449 start=get_sfi_string(args, '_start', '_start',
Dcrosstest.py11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
116 sb=get_sfi_string(args, 'sb', 'nonsfi', 'nat'),
206 sb=get_sfi_string(args, 'sb', 'nonsfi', 'native')))
221 bin=bindir, prefix=get_sfi_string(args, 'pnacl-', '', ''),
Dutils.py42 def get_sfi_string(args, sb_ret, nonsfi_ret, native_ret): function