Lines Matching refs:objects
122 def create_static_lib(self, objects, output_libname,
124 objects, output_dir = self._fix_object_args(objects, output_dir)
129 if self._need_link(objects, output_filename):
133 objects + self.objects)
148 def link(self, target_desc, objects,
153 objects, output_dir = self._fix_object_args(objects, output_dir)
165 if self._need_link(objects, output_filename):
166 ld_args = (objects + self.objects +