Home
last modified time | relevance | path

Searched defs:LoadedLibrary (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py131 def build_symbol_index(lib: LoadedLibrary) -> Definitions:
140 def check_rels(root: LoadedLibrary, defs: Definitions) -> None:
165 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path,
263 def __init__(self, root: LoadedLibrary):
273 def name(self, lib: LoadedLibrary) -> str:
283 def make_ninja_benchmark(root: LoadedLibrary, defs: Definitions, cc: str, out: Path) -> None:
287 def lib_dso_name(lib: LoadedLibrary) -> str:
324 def make_soong_benchmark(root: LoadedLibrary, defs: Definitions, out: Path) -> None:
Dcommon_types.py133 class LoadedLibrary: class
157 def elf_tree_to_json(tree: LoadedLibrary) -> Dict[str, Any]:
179 def bfs_walk(tree: LoadedLibrary) -> Iterator[LoadedLibrary]: