Lines Matching refs:target
50 target = cls.targets[target_name]
60 target.compile(obj_file, src_file, [])
64 target.link(out_file, [obj_file], ['-ldl', '-lc', '-lstdc++'])
69 target.compile(obj_file, src_file, [])
73 target.link(out_file, [obj_file], ['-shared', '-lc'])
77 target.link(out_file, [obj_file],
83 target.link(out_file, [obj_file],
89 target.link(out_file, [obj_file],
95 target.link(out_file, [obj_file],
165 for target in ('arm', 'arm64', 'mips', 'mips64', 'x86', 'x86_64'):
166 create_target_test(target)