Class DWARFLocation
java.lang.Object
ghidra.app.util.bin.format.dwarf4.DWARFLocation
-
Constructor Summary
ConstructorsConstructorDescriptionDWARFLocation
(DWARFRange addressRange, byte[] location) Create a Location given an address range and location expression. -
Method Summary
-
Constructor Details
-
DWARFLocation
Create a Location given an address range and location expression.- Parameters:
addressRange
- memory range of this locationlocation
- byte array holding location expression
-
-
Method Details
-
getRange
-
getLocation
public byte[] getLocation()
-