Package ghidra.app.util.bin.format.dwarf.attribs
package ghidra.app.util.bin.format.dwarf.attribs
-
ClassDescriptionDefines the names and numeric ids of known DWARF attributes.Represents how a specific DWARF attribute is stored in a DIE record.Categories that a DWARF attribute value may belong to.DWARFAttributeDef<E extends Enum<E>>Information about a single DWARF attribute, as specified in a
abbreviation
.Base class for all DWARF attribute value implementations.DWARF attribute with binary bytes.DWARF boolean attribute.DWARF string attribute, where getting the value from the string table is deferred until requested for the first time.DWARF attribute encodings.Context given to theDWARFForm.readValue(DWARFFormContext)
method to enable it to createDWARFAttributeValue
s.DWARF numeric attribute value that is an index into a lookup tableDWARF numeric attribute.DWARF string attribute.