Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1605 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataImgRelRoEntries() local
1606 os << StringPrintf(" 0x%x: 0x%08x", entry_offset, object_offset); in DumpDataImgRelRoEntries()
1651 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataImgRelRoEntries() local
1652 os << StringPrintf(" 0x%x: 0x%08x\n", entry_offset, object_offset); in DumpDataImgRelRoEntries()
/art/dex2oat/linker/
Doat_writer.cc2382 size_t& entry_offset = entry.second; in InitDataImgRelRoLayout() local
2383 entry_offset = data_img_rel_ro_size_; in InitDataImgRelRoLayout()
2390 size_t& entry_offset = entry.second; in InitDataImgRelRoLayout() local
2391 entry_offset = data_img_rel_ro_size_; in InitDataImgRelRoLayout()