Searched defs:LoadedLibrary (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/bionic/benchmarks/linker_relocation/regen/ |
H A D | gen_bench.py | 135 def build_symbol_index(lib: LoadedLibrary) -> Definitions: 144 def check_rels(root: LoadedLibrary, defs: Definitions) -> None: 169 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, 268 def __init__(self, root: LoadedLibrary): 278 def name(self, lib: LoadedLibrary) -> str: 288 def make_ninja_benchmark(root: LoadedLibrary, defs: Definitions, cc: str, out: Path) -> None: 292 def lib_dso_name(lib: LoadedLibrary) -> str: 329 def make_soong_benchmark(root: LoadedLibrary, defs: Definitions, out: Path) -> None:
|
H A D | common_types.py | 133 class LoadedLibrary: class 157 def elf_tree_to_json(tree: LoadedLibrary) -> Dict[str, Any]: 179 def bfs_walk(tree: LoadedLibrary) -> Iterator[LoadedLibrary]:
|