Lines Matching refs:objs
231 objs = []
265 objs.append(self.ElfObject(target_path, elf.bitness, deps,
267 return objs
269 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument
283 for obj in objs:
310 def _FindDisallowedDependencies(self, objs, namespace, link_paths, argument
326 for obj in objs:
340 def _TestElfDependency(self, bitness, objs): argument
356 bitness, self._VENDOR_PERMITTED_PATHS, objs)
368 bitness, self._VENDOR_PERMITTED_PATHS, objs)
392 vndk_sp_ext_libs = set(obj for obj in objs if
407 vendor_objs = {obj for obj in objs if
447 objs = []
449 objs += self._LoadElfObjects(
455 dep_errors.extend(self._TestElfDependency(32, objs))
457 dep_errors.extend(self._TestElfDependency(64, objs))