OSDN Git Service

ART: Refactor elf_writer_quick, add symbolizer
authorAndreas Gampe <agampe@google.com>
Fri, 5 Sep 2014 04:47:42 +0000 (21:47 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 6 Sep 2014 04:54:26 +0000 (21:54 -0700)
commit54fc26c7350beb782d042ba61cb06284b3a367e4
tree210758446cb200d1497172e7664152db16118348
parented20a4d80bcd8d47b5bcdd51ef17c786c0e5015c
ART: Refactor elf_writer_quick, add symbolizer

Refactors some classes in elf_writer_quick.h to elf_builder.h to
be more friendly for re-use. Use this in oatdump to add a symtab
to an oat file.

Bug: 1718762117322125
Change-Id: I2333291334fd98bd09cc5717fb83cb18efe3a029
compiler/elf_builder.h [new file with mode: 0644]
compiler/elf_writer_quick.cc
compiler/elf_writer_quick.h
oatdump/Android.mk
oatdump/oatdump.cc
tools/symbolize.sh [new file with mode: 0755]