Lines Matching refs:objects
124 def create_static_lib(self, objects, output_libname,
126 objects, output_dir = self._fix_object_args(objects, output_dir)
131 if self._need_link(objects, output_filename):
135 objects + self.objects)
150 def link(self, target_desc, objects,
155 objects, output_dir = self._fix_object_args(objects, output_dir)
166 if self._need_link(objects, output_filename):
167 ld_args = (objects + self.objects +