MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / DwarfSubscriptDataItem

Class DwarfSubscriptDataItem

ghidra_scripts/gimport/dwarf.py:277–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277class DwarfSubscriptDataItem:
278 def __init__(self):
279 self.resolved_type = None
280 self.dwarf_type = DwarfType()
281 self.lowBound = DwarfSubscriptDataBound()
282 self.highBound = DwarfSubscriptDataBound()
283
284 def __str__(self):
285 return f"SubscriptDataItem({self.type}[{self.lowBound}-{self.highBound}])"
286
287
288def DW_FT_to_string(type):

Callers 2

parse_typeFunction · 0.85
create_array_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected