Class DWARFDeferredStringAttribute
java.lang.Object
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
ghidra.app.util.bin.format.dwarf.attribs.DWARFStringAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFDeferredStringAttribute
DWARF string attribute, where getting the value from the string table is deferred
until requested for the first time.
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.dwarf.attribs.DWARFStringAttribute
value
Fields inherited from class ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
def
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
getAttributeForm, getAttributeName
-
Constructor Details
-
DWARFDeferredStringAttribute
-
-
Method Details
-
getValue
- Overrides:
getValue
in classDWARFStringAttribute
-
getOffset
public long getOffset() -
toString
- Overrides:
toString
in classDWARFAttributeValue
-
toString
- Overrides:
toString
in classDWARFStringAttribute
-