[llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 10 Jun 2014 05:59:15 +0000 (05:59 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 10 Jun 2014 05:59:15 +0000 (05:59 +0000)
commitefcef81061a1733bf8f033838306d9aa2c4b571e
tree6a96bd78cc5dfae0bdaa6424a5707aad388805c4
parent6e02efd1300d22257e457b84a065c73f53b21982
[llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
(section name, section index, full name) into the separate functions.

No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210509 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/ELFDumper.cpp