Searched refs:Relocations (Results 1 – 3 of 3) sorted by relevance
51 from common_types import LoadedLibrary, SymBind, SymKind, DynSymbol, DynSymbols, Relocations, \152 def scan_relocations(path: Path, syms: DynSymbols) -> Relocations:153 result: Relocations = Relocations()
108 class Relocations: class125 result = Relocations()137 self.rels: Relocations = None153 result.rels = Relocations.from_json(obj['rels'])
236 ## Text Relocations (Enforced for API level >= 23)272 *Potential problems*: Relocations enforce code pages being writable, and