Package ghidra.app.util.bin.format.omf
Class OmfGroupRecord
java.lang.Object
ghidra.app.util.bin.format.omf.OmfRecord
ghidra.app.util.bin.format.omf.OmfGroupRecord
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAddress
(Language language) int
This is the segment selector needed for this objectgetName()
byte
getSegmentComponentType
(int i) int
getSegmentIndex
(int i) long
int
void
resolveNames
(ArrayList<String> nameList) void
setStartAddress
(long val) Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum
-
Constructor Details
-
OmfGroupRecord
- Throws:
IOException
-
-
Method Details
-
getName
-
setStartAddress
public void setStartAddress(long val) -
getStartAddress
public long getStartAddress() -
getFrameDatum
public int getFrameDatum()This is the segment selector needed for this object- Returns:
-
numSegments
public int numSegments() -
getSegmentComponentType
public byte getSegmentComponentType(int i) -
getSegmentIndex
public int getSegmentIndex(int i) -
getAddress
-
resolveNames
- Throws:
OmfException
-