Package ghidra.app.util.bin.format.dwarf
Class DWARFChildren
java.lang.Object
ghidra.app.util.bin.format.dwarf.DWARFChildren
DWARF child determination consts from www.dwarfstd.org/doc/DWARF4.pdf.
Yes, its a direct equiv to a boolean, but its in the spec.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
DW_CHILDREN_no
public static final int DW_CHILDREN_no- See Also:
-
DW_CHILDREN_yes
public static final int DW_CHILDREN_yes- See Also:
-
-
Constructor Details
-
DWARFChildren
public DWARFChildren()
-