Searched refs:map_off_ (Results 1 – 8 of 8) sorted by relevance
289 if (header_->map_off_ == 0 || header_->map_off_ > DataSize() - sizeof(MapList)) { in InitializeSectionsFromMapList()293 const uint8_t* map_list_raw = DataBegin() + header_->map_off_; in InitializeSectionsFromMapList()301 (DataSize() - OFFSETOF_MEMBER(MapList, list_) - header_->map_off_) / sizeof(MapItem); in InitializeSectionsFromMapList()
231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
691 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()737 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckMap()2388 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckIntraSection()2452 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()2454 section_offset, header_->map_off_); in CheckIntraSection()3424 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckInterSection()
149 uint32_t map_off_ = 0; // map list offset from data_off_ member848 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
97 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder
1324 off_ptr = &header->map_off_; in TEST_F()
674 size_t map_off = dex->GetHeader().map_off_; in WriteTo()708 CHECK_EQ(it->offset_, dex->GetHeader().map_off_); in WriteTo()727 header->map_off_ = map_list_offset[i]; in WriteTo()
1519 header.map_off_ = 10 * MB; in TEST_F()1556 header.map_off_ = 10 * MB; in TEST_F()1675 header->map_off_ = header->header_size_; in TEST_F()1682 map_list->list_[1].offset_ = header->map_off_; in TEST_F()1684 header->data_off_ = header->map_off_; in TEST_F()