Package com.cmpware.elf

Interface Summary
TreeViewable This interface is used to make a class usable in a tree viewer.
 

Class Summary
ArrayType This class stores all the data necessary for a DWARF array variable type.
Attribute This class describes the DWARF2 attribute pair data structure.
Dwarf This describes an ELF / DWARF debug section interpretation.
Dwarf2 This describes an ELF / DWARF2 debug section interpretation.
Dwarf2LineInfo This describes an ELF / DWARF2 line numbering information.
Dwarf2Location This class is used to convert DWARF2 Location Expressions to addresses.
Dwarf2VariableInfo This class converts the DWARF2 Tag / Attribute heirarchy to a simpler Scope / Variable heirarchy, This data structure is simpler and more variable-specific and is more amenable to use in a tree display.
Elf This describes the interface to the ELF executable file format.
ElfHeader This describes the ELF Header.
ElfInputStream This class is similar to the DataInputStream but with optional byte swapping performed.
ElfOutputStream This class is similar to the DataOutputStream but with optional byte swapping performed.
MemberType This class stores all the data necessary for a DWARF structure member.
ProgramHeader This describes the ELF Program Header.
ScalarType This class stores all the data necessary for a DWARF Scalar variable type.
Scope This class stores all the data necessary for a DWARF2 scope.
SectionHeader This describes the ELF Section Header.
StringTable This describes an ELF String table section.
StructType This class stores all the data necessary for a DWARF Struct variable type.
Tag This class describes the DWARF2 "tag" data structure.
Variable This class stores all the data necessary for a DWARF variable.
VariableType This class stores all the data necessary for a DWARF variable type.