Home
last modified time | relevance | path

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

/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py56 kBionicSonames: Set[str] = set([ variable
175 if d is not None and d.soname in kBionicSonames:
271 all_libs = [x for x in bfs_walk(root) if x is not root and x.soname not in kBionicSonames]
306 if lib.soname in kBionicSonames: continue
315 needed = ' '.join([lib_dso_name(x) for x in lib.needed if x.soname not in kBionicSonames])
341 if lib.soname in kBionicSonames: continue
348 if lib.soname in kBionicSonames: continue
368 if need.soname in kBionicSonames: continue