Searched refs:dst_objs (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/scripts/ |
D | dso-ordering-test.py | 318 def __add_deps_internal(self, src_objs, dst_objs, curr_map): argument 320 for dst in dst_objs: 325 def add_deps(self, src_objs, dst_objs): argument 326 self.__add_deps_internal(src_objs, dst_objs, self.deps) 327 def add_callrefs(self, src_objs, dst_objs): argument 328 self.__add_deps_internal(src_objs, dst_objs, self.callrefs)
|