Home
last modified time | relevance | path

Searched refs:curr_map (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/scripts/
Ddso-ordering-test.py318 def __add_deps_internal(self, src_objs, dst_objs, curr_map): argument
321 if not src in curr_map:
322 curr_map[src] = []
323 if not dst in curr_map[src]:
324 curr_map[src].append(dst)