Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_phdr.cpp1031 char* mem_base = reinterpret_cast<char*>(seg_page_start); in phdr_table_map_gnu_relro() local
1045 memcmp(mem_base + match_offset, file_base + match_offset, PAGE_SIZE) != 0) { in phdr_table_map_gnu_relro()
1052 memcmp(mem_base + mismatch_offset, file_base + mismatch_offset, PAGE_SIZE) == 0) { in phdr_table_map_gnu_relro()
1058 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset, in phdr_table_map_gnu_relro()