Searched refs:temp_mapping (Results 1 – 1 of 1) sorted by relevance
1261 void* temp_mapping = nullptr; in phdr_table_map_gnu_relro() local1263 temp_mapping = mmap(nullptr, file_size, PROT_READ, MAP_PRIVATE, fd, 0); in phdr_table_map_gnu_relro()1264 if (temp_mapping == MAP_FAILED) { in phdr_table_map_gnu_relro()1281 char* file_base = static_cast<char*>(temp_mapping) + *file_offset; in phdr_table_map_gnu_relro()1312 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()1323 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()