Searched refs:match_offset (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_phdr.cpp611 size_t match_offset = 0; variable
621 while (match_offset < size) {
623 while (match_offset < size &&
624 memcmp(mem_base + match_offset, file_base + match_offset, PAGE_SIZE) != 0) {
625 match_offset += PAGE_SIZE;
629 size_t mismatch_offset = match_offset;
636 if (mismatch_offset > match_offset) {
637 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset,
[all...]

Completed in 70 milliseconds