Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1691 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataBimgRelRoEntries() local
1692 os << StringPrintf(" 0x%x: 0x%08x", entry_offset, object_offset); in DumpDataBimgRelRoEntries()
1737 uint32_t entry_offset = entry_index * sizeof(oat_file_.GetBootImageRelocations()[0]); in DumpDataBimgRelRoEntries() local
1738 os << StringPrintf(" 0x%x: 0x%08x\n", entry_offset, object_offset); in DumpDataBimgRelRoEntries()
/art/dex2oat/linker/
Doat_writer.cc2321 size_t& entry_offset = entry.second; in InitDataBimgRelRoLayout() local
2322 entry_offset = data_bimg_rel_ro_size_; in InitDataBimgRelRoLayout()