Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1687 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataBimgRelRoEntries() local
1688 os << StringPrintf(" 0x%x: 0x%08x", entry_offset, object_offset); in DumpDataBimgRelRoEntries()
1733 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataBimgRelRoEntries() local
1734 os << StringPrintf(" 0x%x: 0x%08x\n", entry_offset, object_offset); in DumpDataBimgRelRoEntries()
/art/dex2oat/linker/
Doat_writer.cc2310 size_t& entry_offset = entry.second; in InitDataBimgRelRoLayout() local
2311 entry_offset = data_bimg_rel_ro_size_; in InitDataBimgRelRoLayout()