Searched defs:Path (Results 1 – 2 of 2) sorted by relevance
| /bionic/benchmarks/linker_relocation/regen/ |
| D | dump_relocs.py | 67 def get_elf_soname(path: Path) -> str: 81 def get_elf_needed(path: Path) -> List[str]: 105 def get_dyn_symbols(path: Path) -> DynSymbols: 152 def scan_relocations(path: Path, syms: DynSymbols) -> Relocations: 195 def load_elf_tree(search_path: List[Path], path: Path) -> LoadedLibrary: 211 def load(path: Path) -> LoadedLibrary:
|
| D | gen_bench.py | 169 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, 288 def make_ninja_benchmark(root: LoadedLibrary, defs: Definitions, cc: str, out: Path) -> None: 329 def make_soong_benchmark(root: LoadedLibrary, defs: Definitions, out: Path) -> None:
|