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
-
public class OmfGroupRecord extends OmfRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OmfGroupRecord.GroupSubrecord
-
Constructor Summary
Constructors Constructor Description OmfGroupRecord(BinaryReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getAddress(Language language)
int
getFrameDatum()
This is the segment selector needed for this objectjava.lang.String
getName()
byte
getSegmentComponentType(int i)
int
getSegmentIndex(int i)
long
getStartAddress()
int
numSegments()
void
resolveNames(java.util.ArrayList<java.lang.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 Detail
-
OmfGroupRecord
public OmfGroupRecord(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getName
public java.lang.String 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)
-
resolveNames
public void resolveNames(java.util.ArrayList<java.lang.String> nameList) throws OmfException
- Throws:
OmfException
-
-