Home | History | Annotate | Download | only in linker

Lines Matching refs:mem_base

804     char* mem_base = reinterpret_cast<char*>(seg_page_start);
818 memcmp(mem_base + match_offset, file_base + match_offset, PAGE_SIZE) != 0) {
825 memcmp(mem_base + mismatch_offset, file_base + mismatch_offset, PAGE_SIZE) == 0) {
831 void* map = mmap(mem_base + match_offset, mismatch_offset - match_offset,