OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_start_
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_mapped_file_fragment.cpp
26
MappedFileFragment::MappedFileFragment() :
map_start_
(nullptr), map_size_(0),
31
if (
map_start_
!= nullptr) {
32
munmap(
map_start_
, map_size_);
56
map_start_
= map_start;
linker_mapped_file_fragment.h
33
void*
map_start_
;
member in class:MappedFileFragment
Completed in 54 milliseconds