Home
last modified time | relevance | path

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

/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py51 from common_types import LoadedLibrary, SymBind, SymKind, DynSymbol, DynSymbols, Relocations, \
105 def get_dyn_symbols(path: Path) -> DynSymbols:
152 def scan_relocations(path: Path, syms: DynSymbols) -> Relocations: argument
Dcommon_types.py86 DynSymbols = Dict[int, DynSymbol] variable
136 self.syms: DynSymbols = None