Searched refs:GetObjcopyCmd (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/pydir/ |
D | build-runtime.py | 9 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),
|
D | crosstest.py | 11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd 178 objcopy=GetObjcopyCmd(args.target)), 195 objcopy=GetObjcopyCmd(args.target)), 268 objcopy=GetObjcopyCmd(args.target)),
|
D | utils.py | 5 def GetObjcopyCmd(target): function
|
D | szbuild.py | 9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd 301 objcopy=GetObjcopyCmd(args.target))
|