Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1982 const auto& object_section = image_header_.GetObjectsSection(); in Dump() local
1996 if (object_section.Offset() > header_bytes) { in Dump()
1997 stats_.alignment_bytes += object_section.Offset() - header_bytes; in Dump()
2002 uint32_t end_objects = object_section.Offset() + object_section.Size(); in Dump()