Added a section lookup-by-name function.
commit299ef4e98dc695187736a14b87ec4987ba29643f
authorstrange <kawk256@gmail.com>
Sat, 19 Dec 2009 06:31:50 +0000 (18 23:31 -0700)
committerstrange <kawk256@gmail.com>
Sat, 19 Dec 2009 06:33:52 +0000 (18 23:33 -0700)
tree2518203a3458a1803abe6b5b0b39cd445d1d1338
parent1c9846df3044b9f2a32c51bf28adda2a7e54225a
Added a section lookup-by-name function.

Now, the real work begins -- the DWARF parser . . . the ELF parser now gets
the data for the DWARF parser to parse.
src/interface/CMakeLists.txt
src/interface/Initializer.cpp
src/interface/ProgramManager.cpp
src/interface/ProgramManager.h
src/interface/dwarf/Parser.h
src/interface/elf/Header.cpp
src/interface/elf/Parser.cpp
src/interface/elf/Parser.h
src/interface/elf/Section.cpp