Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/benchmarks/linker_relocation/regen/
H A Ddump_relocs.py51 from common_types import LoadedLibrary, SymBind, SymKind, DynSymbol, DynSymbols, Relocations, \
152 def scan_relocations(path: Path, syms: DynSymbols) -> Relocations:
153 result: Relocations = Relocations()
H A Dcommon_types.py108 class Relocations: class
125 result = Relocations()
137 self.rels: Relocations = None
153 result.rels = Relocations.from_json(obj['rels'])
/aosp12/system/vold/
H A DCheckpoint.cpp488 typedef std::map<sector_t, sector_t> Relocations; typedef
490 void relocate(Relocations& relocations, sector_t dest, sector_t source, int count) { in relocate()
495 Relocations slice; in relocate()
589 std::vector<char> relocatedRead(int device_fd, Relocations const& relocations, bool validating, in relocatedRead()
617 Relocations relocations; in cp_restoreCheckpoint()
/aosp12/bionic/
H A Dandroid-changes-for-ndk-developers.md239 ## Text Relocations (Enforced for API level >= 23)
275 *Potential problems*: Relocations enforce code pages being writable, and