Searched refs:Relocations (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/benchmarks/linker_relocation/regen/ |
H A D | dump_relocs.py | 51 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 D | common_types.py | 108 class Relocations: class 125 result = Relocations() 137 self.rels: Relocations = None 153 result.rels = Relocations.from_json(obj['rels'])
|
/aosp12/system/vold/ |
H A D | Checkpoint.cpp | 488 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 D | android-changes-for-ndk-developers.md | 239 ## Text Relocations (Enforced for API level >= 23) 275 *Potential problems*: Relocations enforce code pages being writable, and
|