Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_mapped_file_fragment.cpp49 uint8_t* map_start = static_cast<uint8_t*>( in Map() local
52 if (map_start == MAP_FAILED) { in Map()
56 map_start_ = map_start; in Map()
59 data_ = map_start + page_offset(offset); in Map()