Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc364 data_img_rel_ro_begin_ = FindDynamicSymbolAddress("oatdataimgrelro", &symbol_error_msg); in ComputeFields()
365 if (data_img_rel_ro_begin_ != nullptr) { in ComputeFields()
653 if (!IsAligned<sizeof(uint32_t)>(data_img_rel_ro_begin_) || in Setup()
656 data_img_rel_ro_begin_ > data_img_rel_ro_end_ || in Setup()
657 data_img_rel_ro_begin_ > data_img_rel_ro_app_image_ || in Setup()
661 data_img_rel_ro_begin_, in Setup()
2025 data_img_rel_ro_begin_(nullptr), in OatFile()
2067 if (data_img_rel_ro_begin_ != nullptr) { in GetBootImageRelocations()
2069 reinterpret_cast<const uint32_t*>(data_img_rel_ro_begin_); in GetBootImageRelocations()
2080 if (data_img_rel_ro_begin_ != nullptr) { in GetAppImageRelocations()
Doat_file.h367 const uint8_t* DataImgRelRoBegin() const { return data_img_rel_ro_begin_; } in DataImgRelRoBegin()
439 const uint8_t* data_img_rel_ro_begin_; variable