OSDN Git Service

Clean up OatFile.
authorVladimir Marko <vmarko@google.com>
Fri, 16 Oct 2015 10:23:41 +0000 (11:23 +0100)
committerVladimir Marko <vmarko@google.com>
Mon, 19 Oct 2015 15:19:40 +0000 (16:19 +0100)
commit06d7aaa75f3d6d21fe904d54208b28e486673d97
tree017a3bdea33e06e8b4356cdf419df9002ec2c01d
parent3ae313d9bc64eaa0c791452dd972654eae979496
Clean up OatFile.

In Setup(), avoid reading beyond the end and use the %zu
format specifier instead of %zd for size_t output.

Make the .bss section pointers non-const.

Change-Id: Ic8f066effe8037b552d8e911c6a5d17370d79ff4
compiler/oat_writer.h
runtime/class_linker.cc
runtime/oat_file.cc
runtime/oat_file.h