Searched refs:relocations (Results 1 – 5 of 5) sorted by relevance
502 void relocate(Relocations& relocations, sector_t dest, sector_t source, int count) { in relocate() argument504 auto s = --relocations.upper_bound(source); in relocate()512 for (; s != relocations.end() && s->first < source + count; ++s) in relocate()516 auto dest_end = --relocations.upper_bound(dest + count); in relocate()517 relocations[dest + count] = dest + count - dest_end->first + dest_end->second; in relocate()520 relocations.erase(relocations.lower_bound(dest), relocations.lower_bound(dest + count)); in relocate()523 relocations.insert(slice.begin(), slice.end()); in relocate()602 std::vector<char> relocatedRead(int device_fd, Relocations const& relocations, bool validating, in relocatedRead() argument618 auto relocation = --relocations.upper_bound(sector); in relocatedRead()639 Relocations relocations; in cp_restoreCheckpoint() local[all …]
59 /* Dynamic relocations for data */62 /* Dynamic relocations for PLT */
19 …om/platform/bionic/+/master/android-changes-for-ndk-developers.md#text-relocations-enforced-for-ap…
30 …om/platform/bionic/+/master/android-changes-for-ndk-developers.md#text-relocations-enforced-for-ap…
1291 # Do not allow the introduction of new execmod rules. Text relocations1293 # The only exceptions are for NDK text relocations associated with1308 # Do not allow the introduction of new execmod rules. Text relocations