com.pnfsoftware.jeb.core.units.codeobject.dwarf.IDwCompileUnit |
IDwCompileUnit
is the root of a DWARF Compile_Unit
. This is not exactly a
IDIE
but is represented as well since it shares lots of attributes (offset, parent,
child...). Since this is the root, it has only one child (of type DW_TAG_compile_unit).
Do not mix up with the JEB's unit
system.
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.codeobject.dwarf.IDIE
|