Searched refs:mem_base (Results 1 – 1 of 1) sorted by relevance
1282 char* mem_base = reinterpret_cast<char*>(seg_page_start); in phdr_table_map_gnu_relro() local1296 memcmp(mem_base + match_offset, file_base + match_offset, page_size()) != 0) { in phdr_table_map_gnu_relro()1303 memcmp(mem_base + mismatch_offset, file_base + mismatch_offset, page_size()) == 0) { in phdr_table_map_gnu_relro()1309 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset, in phdr_table_map_gnu_relro()