Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp915 char* mem_base = reinterpret_cast<char*>(seg_page_start); in phdr_table_map_gnu_relro() local
929 memcmp(mem_base + match_offset, file_base + match_offset, PAGE_SIZE) != 0) { in phdr_table_map_gnu_relro()
936 memcmp(mem_base + mismatch_offset, file_base + mismatch_offset, PAGE_SIZE) == 0) { in phdr_table_map_gnu_relro()
942 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset, in phdr_table_map_gnu_relro()