Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp897 void* temp_mapping = nullptr; in phdr_table_map_gnu_relro() local
899 temp_mapping = mmap(nullptr, file_size, PROT_READ, MAP_PRIVATE, fd, 0); in phdr_table_map_gnu_relro()
900 if (temp_mapping == MAP_FAILED) { in phdr_table_map_gnu_relro()
917 char* file_base = static_cast<char*>(temp_mapping) + *file_offset; in phdr_table_map_gnu_relro()
948 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()
959 munmap(temp_mapping, file_size); in phdr_table_map_gnu_relro()