Searched refs:temp_mapping (Results 1 – 1 of 1) sorted by relevance
589 void* temp_mapping = nullptr; in phdr_table_map_gnu_relro() local591 temp_mapping = mmap(nullptr, file_size, PROT_READ, MAP_PRIVATE, fd, 0); in phdr_table_map_gnu_relro()592 if (temp_mapping == MAP_FAILED) { in phdr_table_map_gnu_relro()610 char* file_base = static_cast<char*>(temp_mapping) + file_offset; in phdr_table_map_gnu_relro()641 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()652 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()