Home
last modified time | relevance | path

Searched refs:GetObjcopyCmd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py9 from utils import FindBaseNaCl, GetObjcopyCmd, shellcmd
29 shellcmd([GetObjcopyCmd(target), obj] +
84 shellcmd([GetObjcopyCmd(target_info.target),
121 shellcmd([GetObjcopyCmd(target_info.target),
149 shellcmd([GetObjcopyCmd(target_info.target),
Dcrosstest.py11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
178 objcopy=GetObjcopyCmd(args.target)),
195 objcopy=GetObjcopyCmd(args.target)),
268 objcopy=GetObjcopyCmd(args.target)),
Dutils.py5 def GetObjcopyCmd(target): function
Dszbuild.py9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
301 objcopy=GetObjcopyCmd(args.target))