Lines Matching refs:out_file
63 out_file = os.path.join(cls.test_dir, 'main.out')
64 target.link(out_file, [obj_file], ['-ldl', '-lc', '-lstdc++'])
72 out_file = os.path.join(cls.test_dir, 'libtest.so')
73 target.link(out_file, [obj_file], ['-shared', '-lc'])
76 out_file = os.path.join(cls.test_dir, 'libtest-rpath.so')
77 target.link(out_file, [obj_file],
82 out_file = os.path.join(cls.test_dir, 'libtest-rpath-multi.so')
83 target.link(out_file, [obj_file],
88 out_file = os.path.join(cls.test_dir, 'libtest-runpath.so')
89 target.link(out_file, [obj_file],
94 out_file = os.path.join(cls.test_dir, 'libtest-runpath-multi.so')
95 target.link(out_file, [obj_file],
123 out_file = os.path.join(self.test_dir, 'main.out')
124 self._assert_equal_to_file('main.out.txt', run_elf_dump(out_file))