Home
last modified time | relevance | path

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

/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py49 from common_types import LoadedLibrary, SymbolRef, SymBind, SymKind, bfs_walk, json_to_elf_tree
137 for lib in bfs_walk(lib):
147 for lib in bfs_walk(root):
271 all_libs = [x for x in bfs_walk(root) if x is not root and x.soname not in kBionicSonames]
305 for lib in bfs_walk(root):
340 for lib in bfs_walk(root):
347 for lib in bfs_walk(root):
Dcommon_types.py162 for lib in bfs_walk(tree):
179 def bfs_walk(tree: LoadedLibrary) -> Iterator[LoadedLibrary]: function
Ddump_relocs.py52 SymbolRef, bfs_walk, elf_tree_to_json