Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp1061 size_t mismatch_offset = match_offset; in phdr_table_map_gnu_relro() local
1062 while (mismatch_offset < size && in phdr_table_map_gnu_relro()
1063 memcmp(mem_base + mismatch_offset, file_base + mismatch_offset, PAGE_SIZE) == 0) { in phdr_table_map_gnu_relro()
1064 mismatch_offset += PAGE_SIZE; in phdr_table_map_gnu_relro()
1068 if (mismatch_offset > match_offset) { in phdr_table_map_gnu_relro()
1069 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset, in phdr_table_map_gnu_relro()
1077 match_offset = mismatch_offset; in phdr_table_map_gnu_relro()